Upload video - unknown error

Hello, i am using xibo CMS and my client wants to upload video of 124 MB via media menu but i get unknown error - my server is runing on nginx and php 5.5.38 with php configuration:

upload_max_filesize = 200M
post_max_size = 400M
memory_limit = 1024M
max_execution_time = 3600
max_input_time = -1

If i upload video of 50 MB everything is ok, but this video it goes to 30% while showing 4 min and goes to 0% then showing bar again to the 30% - after that unknown error…

Can anybody help me ?

Which CMS version are you using please?

Perhaps have a look here How do I upload files bigger than 2MB / How can I increase the upload file size limit?

There are some nginx specific parameters there as well which perhaps you will need to adjust as well.

hello, i am using 1.8.2 version but i have solved problem by adding more value to client_max_body_size more than max size of upload value.
.
Thank you anyway :slight_smile:

1 Like