Christopher
Member
Posted 10 months ago #
After upgrading to 3.2, I've found that the "Upload/Insert" links above the text editor are no longer functioning when clicked on. They will however open if I right-click and open in a new tab/window, but the media will not insert into the post. This issue is consistent across both of my WordPress installs and all of my browsers. I have tried deactivating all of my plugins, both on WordPress and in my browsers, and clearing my cache. Any suggestions would be greatly appreciated.
Mac OS X 10.6
Chrome 12, Firefox 5, Safari 5
Host: GoDaddy - Linux
Triplanetary
Member
Posted 10 months ago #
Edit: Sorry, wrong thread <_<
Do you see any JS errors in the browser console (any browser)?
Christopher
Member
Posted 10 months ago #
As a matter of fact, there do appear to be JS errors. This is a screenshot from Chrome upon opening post-new.php.
http://christophernowlan.com/downloads/wp_js_errors.jpg
Something is replacing the default jQuery that comes with WP 3.2 with an older version.
Christopher
Member
Posted 10 months ago #
Bingo! I realized after you pointed that out that I had forgotten to try disabling my third-party theme. Culprit found. Thanks for your help!
I'm seeing the same issue with upload/insert not working on a site that's running the Twentyten theme. Haven't gotten as far as running a JS debugger yet, but this strikes me as odd for a fairly plain vanilla install.
When I got around to running a JS debugger, I was able to trace this to something to do with the Disqus plugin. Updated Disqus to latest version, and the problem went away.
Apologies for pointing the finger at the Twentyten theme, which apparently had nothing to do with it.