Error "true" after Upload

Sometimes when I’m uploading video , the error " true" occurs . What does this mean ? And often it occurred at the end of download ( 100 % ) …

hi,

You can have a look here:

Especially look into - Maximum execution time and maximum input time - they most likely are too low - which may cause your issue.

We had someone with this issue and it was caused by network web filter - you could look into that too if the above won’t help.

My config:
upload_max_filesize = 256M
post_max_size = 256M
max_execution_time = 1200
max_input_time = 1200
max_file_uploads = 5
memory_limit = 512M

My Video Size: 40Mb

The error continues… After 60 sec…

Vander

And you restarted your webserver after making those changes?

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.