Clint Davis Posted June 7, 2023 Share Posted June 7, 2023 My forums have started throwing an error 200 when trying to upload images using either the "choose files..." link or dragging and dropping. I've attempted to upload a couple of JPGs that are 500Kb or less. Server Specs: Invision Community 4.7.10 PHP 8.1.18 file_uploads = On upload_max_filesize = 20M max_file_uploads = 20 max_execution_time = 30 max_input_time = 60 memory_limit = 512M I'm not seeing any errors in /var/log/php8.1-fpm.log. No errors in my Admin CP error logs or on the support page in the Admin CP. Other suggestions to troubleshoot? Link to comment Share on other sites More sharing options...
Clint Davis Posted June 7, 2023 Author Share Posted June 7, 2023 I opened the console in Chrome and noticed a 403 error when trying to access the plupload.full.min.js file. Is there a script or plugin to check and fix permissions on files? I assume it's a permission error of some sort? Link to comment Share on other sites More sharing options...
Marc Posted June 7, 2023 Share Posted June 7, 2023 Check your server error logs if you are getting that message. It will likely tell you what is causing the problem Link to comment Share on other sites More sharing options...
Adriano Faria Posted June 7, 2023 Share Posted June 7, 2023 55 minutes ago, Clint Davis said: I opened the console in Chrome and noticed a 403 error when trying to access the plupload.full.min.js file. Is there a script or plugin to check and fix permissions on files? I assume it's a permission error of some sort? Try to upload with the Console tab opened. It will show an error (server) or script. Link to comment Share on other sites More sharing options...
Clint Davis Posted June 7, 2023 Author Share Posted June 7, 2023 I found that Cloudflare was flagging the image upload as a potential security event. I lowered the security threshold slightly, and the image upload was successful. Link to comment Share on other sites More sharing options...
Jim M Posted June 7, 2023 Share Posted June 7, 2023 Glad to hear you resolved the issue. Link to comment Share on other sites More sharing options...
Mike Gholson Posted March 4 Share Posted March 4 I just had the same problem... it turns out my datastore was full. I deleted a few backup files and all is good. Marc 1 Link to comment Share on other sites More sharing options...
Recommended Posts