Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Stephen Bruce Posted April 3, 2019 Posted April 3, 2019 Some members are getting a -200 error when uploading files. I experienced it myself too when I was away from home with slower internet for a few days. I'm guessing its timing out because its taking too long to upload? Any ideas how I can fix this please
SJ77 Posted April 3, 2019 Posted April 3, 2019 Stephen, you will find that this is a CONSTANT battle with downloads app. The error is kind of generic catch all too. I never have been able to eliminate this completely. About once a week someone complains about it. However, try this. Start by setting your php.ini settings as follows. max_execution_time 3000 max_input_time -1 memory_limit 1024M post_max_size 2048M upload_max_filesize 10M If you're uploading larger files than 10M don't worry because IPB will automatically chunk it out so you're be fine.
sudo Posted April 4, 2019 Posted April 4, 2019 16 hours ago, SJ77 said: max_execution_time 3000 max_input_time -1 memory_limit 1024M post_max_size 2048M upload_max_filesize 10M Some of those settings are pretty crazy tbh and would make DOS attacks on your site trivial. Max_execution_time 3000 is so so high as well as memory_limit and input_time.
Stephen Bruce Posted April 4, 2019 Author Posted April 4, 2019 17 hours ago, SJ77 said: Stephen, you will find that this is a CONSTANT battle with downloads app. The error is kind of generic catch all too. I never have been able to eliminate this completely. About once a week someone complains about it. However, try this. Start by setting your php.ini settings as follows. max_execution_time 3000 max_input_time -1 memory_limit 1024M post_max_size 2048M upload_max_filesize 10M If you're uploading larger files than 10M don't worry because IPB will automatically chunk it out so you're be fine. Thanks! Where do I find these settings so I can change them?
SJ77 Posted April 4, 2019 Posted April 4, 2019 3 hours ago, sudo said: Some of those settings are pretty crazy tbh and would make DOS attacks on your site trivial. Max_execution_time 3000 is so so high as well as memory_limit and input_time. And what do you recommend? Note: My folks are uploading 1.5GB files. 2 hours ago, Stephen Bruce said: Thanks! Where do I find these settings so I can change them? php.ini
Zoot Posted April 9, 2019 Posted April 9, 2019 I just started getting this error on Saturday the 6th. At least I’m not alone. I’ve looked at all the setting and can’t figure it out. Just noticed it says max total size and max file size below, I don’t have that on my site.
Aiwa Posted April 10, 2019 Posted April 10, 2019 I’ve run into this if the file was open when trying to upload. Make sure the file is closed on the source OS before attempting to upload.
bfarber Posted April 10, 2019 Posted April 10, 2019 You should submit a ticket if you get a "-200" error. Usually this means the upload failed for some reason (i.e. timeout on the server) however the software is designed to supply a better message.
Saurabh Jain Posted April 10, 2019 Posted April 10, 2019 I am having same issue... in my two communities... both are CIC ticket of one was already created yesterday ... but no response ... just waiting
Recommended Posts
Archived
This topic is now archived and is closed to further replies.