Sim
Well-known member
I've got a problem uploading video files to XFMG - I'm getting "There was a problem uploading your file" errors for larger files, but no errors appear in the logs.
I have the following PHP settings:
The weird thing is that my dev server is built from the same installation script (although running on a different VPS provider) and I can get larger uploads to work before it fails - although it is possible that I tweaked something else on my dev server and didn't record it.
So there's obviously some other variable affecting uploads that I haven't considered yet - what have I missed?
I have the following PHP settings:
- memory_limit = 256M
- post_max_size = 512M
- upload_max_filesize = 512M
- max_input_time = 3600
- client_max_body_size 500M;
The weird thing is that my dev server is built from the same installation script (although running on a different VPS provider) and I can get larger uploads to work before it fails - although it is possible that I tweaked something else on my dev server and didn't record it.
So there's obviously some other variable affecting uploads that I haven't considered yet - what have I missed?