CumulusClips - Forums
Upload HTTP Error, how to debug?
Hello,
I get HTTP Error on 50% of my uploads. I gave up uploading a 400MB file already (I only have 30kb/s upstream) but now I'm even stuck at uploading a 50MB video.
Everything works out fine.. 98%.. 99%..100% - HTTP Error.
Where to look for the reason for this?
My php.ini settings:
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 36000
memory_limit = 600M
I get HTTP Error on 50% of my uploads. I gave up uploading a 400MB file already (I only have 30kb/s upstream) but now I'm even stuck at uploading a 50MB video.
Everything works out fine.. 98%.. 99%..100% - HTTP Error.
Where to look for the reason for this?
My php.ini settings:
upload_max_filesize = 500M
post_max_size = 500M
max_execution_time = 36000
memory_limit = 600M
This discussion has been closed.
Comments
Run this from the command line:
chmod -R 777 cc-content/uploads
And try again.