upload image error http error
-
After upgrade to 3.5, Ι can not upload images shows me
Error xxx.jpg ERROR HTTP.
-
I believe so, yes. Tell your host this, and ask them how to fix it so PHPInfo shows the right version. Having them out of sync can be odd.
The “ImageMagick 6.7.8-8 2012-12-10 Q16” version does work with WP, however.
so if does work with wp why i have problem ony with the media of wp 3.5 with my theme and with plugin Co-Authors Plus (Version 3.0.3)?
Huh?
Are you saying if you change your theme and remove that plugin, it works?
yes [ Moderator note: Link back to earlier reply removed as well as redundant reply deleted, a simple yes does suffice. ]
Oookay. I think we’re back to a memory issue. That plugin/theme combo is causing some extra heavy load on your server which is causing the upload to fail.
What theme is this? Can you link to it?
And have you tried just turning off ONE of them? That is, having the theme up, but turning off the plugin and vice versa?
Ok, since we start from there lets take it all from the beginning .
When I still had the wp multisite at 3.4.2 version I had this issue. With google chrome browser many times when it was loading my site or a post/page from it it was giving me this message “oops google chrome could not find ….”. On Firefox it said “The conection has timed out”. Although the site was working without any “http error” when I was uploading a photo through media or post/page.
After the update to 3.5 version it started giving http errors. I tried with with all the plugins deactivated and having activated only my premium theme. It kept having http errors, so I decided later to deactivate the premium theme and activate Twenty Twelve theme. It didn’t have any errors while I was uploading photos while all the plugins where deactivated. I decided after that to activate one by one the plugins and upload a photo everytime, when I activated Co-Authors Plus (Version 3.0.3) (while still having Twenty Twelve theme on) it showed an http error when I was uploading a photo. I started uploading many photo sizes, at first I thought that it uploads without any http error those that were smaller in size.
So, I compressed to a smaller size photos with big dimensions and it kept having http error. So I decided to upload photos with different dimensions and I saw the problem is with the dispossession of images.. specific any photo over than 511(width) i got http error , and any image uploaded less than 511(width) didn’t had any http error.So with simple logic thinking, the premium theme and the plugin have incompatibility with wordpress 3.5 with the photo dimensins when you are uploading.
p.s.#1 The problem with Chrome and Firefox continues at the update on the version 3.5. Which is the reason of this problem and how it can be fixed?
p.s.#2 On the wordpress multisite 3.4.2 version with subdomains you must have .htaccess and Mod Rewrite
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule . index.php [L] # END WordPress
and on 3.5 version
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^(wp-(content|admin|includes).*) wp/$1 [L] RewriteRule ^(.*\.php)$ wp/$1 [L] RewriteRule . index.php [L]
so after the update I have to change it? I made a test and it dissapeared all the photos from the site. Is it normal?
*sigh* There is a LOT of information you left out in the beginning that we needed to know.
The short version is you have a problem with your plugin, which is causing a mess of other issues with your site.
It didn’t have any errors while I was uploading photos while all the plugins where deactivated.
That means it’s A plugin that doesn’t like 3.5. Try turning on JUST CoAuthor, and no other plugins, to narrow down what plugin it is.
You do NOT need to change your .htaccess. The ‘new’ one is for new sites. This is not new, leave .htaccess alone. It is NOT the issue. Nor is wp-config.php. Leave them alone.
The short version is CoAuthor plugin AND my theme ;P
the larger version?!I tried it only with CoAuthor plugin on my premium theme and I had again http error.
Also, I tried it only with CoAuthor plugin on Twenty Twelve theme and I had again http error.
Okay. So it’s the plugin only ??
I tagged this post for the plugin developers.
Closing then. No need to have two.
- The topic ‘upload image error http error’ is closed to new replies.