Image upload broken in post/page editor
-
I’m having a problem with uploading images which I’m stumped by…
The symptoms are that if you use the media tab to upload x.png the image uploads fine and is usable in posts/pages thereafter.
HOWEVER if you are inside the post/page editor, click the ‘add media’ button and upload the identical x.png the image fails to upload. The thumbnail appears as a broken image and the image fails to upload.
I use svn-externals to manage the site, and I have a custom wp-content folder outside of the core wordpress folder – but I’m pretty sure it’s not a permissions problem as it works through the media tab.
Other possible culprits which I’ve looked at
– plugins – I’ve disabled one or two possible culprits temporarily on the live site with no improvement. I’ve also got an identical local install checked out from the repo running on MAMP (same plugins, same theme) which doesn’t exhibit those problems. So – seems unlikely to be a plugin issue.
– jQuery – I use google ajax api to serve jQuery 1.7.1 on the public site through de-registering the in-built jQuery and registering the new one in functions.php. But that whole operation is only under an if (!is_admin()) { wrapper. I’ve removed the statement regardless to no effect.
I’ve can’t help feeling its related to the new uploader / lightbox combination in 3.3 + but as the site was migrated to a subversion deployment process and had some major revisions at the same time there could be some change I’ve made which is causing the problem – but I’ve run out of ideas to try.
Any help would be much appreciated – thanks! ??
Andrew
- The topic ‘Image upload broken in post/page editor’ is closed to new replies.