HTTP Error Image Upload, file is there, no thumbnail in library
-
Ok, so I’m running a fresh install of WP 4.4.2 on a new dedicated WP server for testing (domainspricedright.com). When I upload an image over about 200 KB I’m getting an HTTP error, and the image is not showing up in my library as a thumbnail, but it displays the file name and other info fine. It also displays the original image file once you click on it, or apply it to any page/post.
This is unacceptable, as I’m setting this up so the company can upload and make changes on their own without me.
I am running the Oshin theme (paid), and ONLY the plug-ins they bundle with it.
I tried adding a php.ini to bump memory limit, even though I knew that wasn’t the problem. It didn’t do anything, so I deleted it.
this is my ht access file:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase // RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . //index.php [L] </IfModule> # END WordPress
Please let me know if you have any ideas on what is causing this HTTP error. It hasn’t happened on small .png’s or jpegs under 200 kb.
Thanks!
Jimmy
- The topic ‘HTTP Error Image Upload, file is there, no thumbnail in library’ is closed to new replies.