usmf Posted December 7, 2021 Share Posted December 7, 2021 (edited) 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, 2021 by usmf Link to comment Share on other sites More sharing options...
Solution Marc Posted December 8, 2021 Solution Share Posted December 8, 2021 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 Link to comment Share on other sites More sharing options...
usmf Posted December 10, 2021 Author Share Posted December 10, 2021 Thank you! I have sent this to the gent who handles our server and will see if that fixes this. SeNioR- 1 Link to comment Share on other sites More sharing options...
Marc Posted December 10, 2021 Share Posted December 10, 2021 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. Link to comment Share on other sites More sharing options...
Recommended Posts