Upload HTTP Error (detailed)
-
Hello. I have two wordpress sites running on Debian 8 with MariaDB, Apache MPM-Worker multithreaded setup forwarding php parsing to fastcgi. All programs are up-to-date based on Debian repos.
My memory limits as defined in all the php.ini files are 256MB, squashing the typical recommendation to bump up to 128MB. I just verified this with a phpinfo while writing this. Also these if they help…
Server API CGI/FastCGI
ZenD Opcache Free memory 12806248I checked for my POST message in the logs for attempting to upload and found this by itself:
[01/Oct/2015:18:23:49 +0000] “POST /wp-admin/admin-ajax.php HTTP/1.1” 200 751 “https://duvrazh.net/wp-admin/upload.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36”
It’s not theme specific, these two sites use two different themes and have a completely different set of plugins installed, with the exception of cloudflare’s proprietary plugin for enabling development mode.
I’ve verified upload folder permissions are 755 with ls
drwxr-xr-x 5 www-data www-data 4.0K Oct 1 14:50 uploadsI am open to suggestions… This error is all over the internet. Hundreds of posts, search results, no solutions have worked. I’ve added security bypasses for uploading to .htaccess, I’ve increased all memory allocations to a quarter gig, I even made the upload directory 777 for a moment just to test. I’m at a loss. Any assistance would be greatly appreciated.
- The topic ‘Upload HTTP Error (detailed)’ is closed to new replies.