Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 7, 20213 yr We've got several members experiencing issues when trying to upload an image into a post. We don't have a max size set for uploads, so that's not the issue. It's most common, they say, with Firefox -- but they're having it with Chrome and Edge as well. They try to upload an image and then wait some time, after which they receive the following error: Sorry, an unknown server error occurred when uploading this file. (Error code: -200) I'm not able to recreate it, but they have this a lot. I'm seeing a number of posts for this error, but we're not having this in Admin side or with animated images. They're taking pics on cameras and trying to upload a JPEG. Any suggestions would be very helpful. Thanks in advance! Edited December 7, 20213 yr by usmf
December 8, 20213 yr Solution A -200 error is a generic error thrown by something called plupload, and is always an issue with server limitations. This will generally be memory_limit or upload_max_filesize on your PHP settings, but may be others. You would need to check your server error logs to find what is causing the issue there
December 10, 20213 yr Author Thank you! I have sent this to the gent who handles our server and will see if that fixes this.
December 10, 20213 yr 1 hour ago, usmf said: Thank you! I have sent this to the gent who handles our server and will see if that fixes this. Good luck in getting that resolved.