I have a problem with my pydio.
When I upload a file over 10G, I get an error (see screenshot). I noticed that despite this error, the document is well imported and is complete (I made a compairson of the document in and out). I have no errors in the logs, my thresholds in the php.ini file are set to 20G (post_max_size = 20G, upload_max_size = 20G, max_execution_time = 3600), I only have this error in the html send program. I tried to analyze a little bit the php code to know what was causing this problem, but I did not find.
Hi,
could you get a look at pydio’s log and show me a bit of it, you can find it in the database under the table ajxp_log, you can also get a look at your webserver’s logs and see if there’s an error popping when you do this kind of operation.
Hi,
exactly if you have some sort of timeout errors a way is to increase php max_execution_time and it’s even more needed when you are going to upload large amount of files.