STAR 12 Posted July 28, 2018 Share Posted July 28, 2018 (edited) Hi guys I'm having a wierd issue when trying to upload file it's uploading really slow as seen here I have been uploading that file past 45 minutes it's only 86meg file This has never been an issue even with files that are 200meg it would upload with in few minutes Now it's taking ages and most of the time I get error -200 and can't upload any files only images There is no error logs in admin cp Any help please? Thanks Edited July 28, 2018 by STAR Link to comment Share on other sites More sharing options...
antarsis 3 Posted July 30, 2018 Share Posted July 30, 2018 Do other users have this problem or just you? Link to comment Share on other sites More sharing options...
Cookie Monster 673 Posted July 30, 2018 Share Posted July 30, 2018 I would guess its the amount of time the server spends trying to handle the request. My suggestion would be to try increase the timeout for PHP and the time for execution. Now you might say, that it takes longer time then 200MB file, but the server handles each file differently, even the NAME of the file if its to long can cause it to stop. It stops waits for the client, client is still sending etc. And you get a infinite loading part you have there. After some time, server and client finally catches up and it throws a error because it never got all the data so the upload failed which normally then in IPS terms is -200 You also stated that now you can only upload images not files, so my biggest suggestion would be to request a server restart or check the health of the server yourself. (Depending on your host) 1 Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
STAR 12 Posted July 31, 2018 Author Share Posted July 31, 2018 On 7/30/2018 at 7:58 AM, Cookie Monster said: I would guess its the amount of time the server spends trying to handle the request. My suggestion would be to try increase the timeout for PHP and the time for execution. Now you might say, that it takes longer time then 200MB file, but the server handles each file differently, even the NAME of the file if its to long can cause it to stop. It stops waits for the client, client is still sending etc. And you get a infinite loading part you have there. After some time, server and client finally catches up and it throws a error because it never got all the data so the upload failed which normally then in IPS terms is -200 You also stated that now you can only upload images not files, so my biggest suggestion would be to request a server restart or check the health of the server yourself. (Depending on your host) Thanks for reply do you think this might be issue On top it says it's using php70 but in php.ini it says it's using php56 Link to comment Share on other sites More sharing options...
Cookie Monster 673 Posted July 31, 2018 Share Posted July 31, 2018 php.ini can be set per domain in cpanel and one global so no. Btw zlib compression is advised on Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
Recommended Posts