infamous WordPress HTTP Error while trying to upload images
-
I just installed WordPress through ISPConfig with Softulicous. I can sometimes upload an image but it works then doesn’t work. Not sure what is going on.
I am using Ubuntu 14.04 server.
I have tried the following without any success:
– Same error with IE, FF, and Chrome
– added this to .htaccess file:
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
– deactivating all plugins
– changed themes and it was still an issue
– another posted suggested this, but I do not have this file:
Edit the following file:
/etc/httpd/conf.d/fcgid.conf
Add this line (just below all of the other lines that start with ‘Fcgid’):
FcgidMaxRequestLen 1073741824
– found a post suggesting this:
You can also add this to your wp-config.php file: define(‘WP_MEMORY_LIMIT’, ’64MB’);
– uploads directory was 777 anyhow so no need to change to to 755 as suggested in other postsIt seems to be related to the size of the file I am sending up. If I send up a smaller file, such as 20k it works without any problems. If I send up a file that is 152k it gives me that message.
Any suggestions?
The topic ‘infamous WordPress HTTP Error while trying to upload images’ is closed to new replies.