WordPress 3.2.1 Dashboard Problems

By Thomas Arie — 6:02 am — View Comments

After upgrading to WordPress 3.2.1, I didn’t work with it right away. I found that the Dashboard had a new look, and I was fine with that. When I logged in to my WordPress Dashboard few days ago, I experienced some problems. Few key features — especially on the post editing screen — were broken.

I can’t insert image easily, the text formatting buttons also didn’t work well. I can’t edit post permalink (post slug). I went to WordPress support forums, and there were some users experiencing the same problems. There is also a forum thread as detailed troubleshooting guidelines. Reading the thread, I found the problem was on Disqus Commenting System plugin. Yes, I use Disqus for my blog. Something needed to be done with this plugin. I don’t want to use the native commenting system. So, I searched for a solution. And, I found one at Miranda@AT’s blog.

Since Disqus haven’t released an update for this issue, you need to edit the plugin manually. Here are some details:

Problem (source):

Using Opera Dragonfly, I quickly found a JavaScript error:
Uncaught exception: Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus]
This is caused by a change in jQuery which was upgraded to version 1.5.2 in WordPress  3.2. Unquoted selectors are no longer allowed in jQuery 1.5.2, so this is a fairly easy fix.

Solution by Miranda@AT:

  • Open wp-content/plugins/disqus-comment-system/disqus.php
  • Go to around line 761, and find this — Use Disqus Commenting Sytem version 2.61:
    mc.find('a.wp-has-submenu').attr('href', 'edit-comments.php?page=disqus').end().find('.wp-submenu  li:has(a[href=edit-comments.php?page=disqus])').prependTo(mc.find('.wp-submenu ul'));
  • Replace this code: li:has(a[href=edit-comments.php?page=disqus]) with li:has('a[href=edit-comments.php?page=disqus]')
  • Save the file.

After having the plugin file modified, I had the Dashboard worked normally. At least, the key features are back to normal.

  • http://www.snorkl.tv/ carl schooff

    THANK YOU!!!! This was driving me nuts! I can’t believe @disqus:disqus hasn’t addressed this in a place that is easy to find.

  • http://www.snorkl.tv/ carl schooff

    THANK YOU!!!! This was driving me nuts! I can’t believe @disqus:disqus hasn’t addressed this in a place that is easy to find.

  • Anonymous

    Thank you!

  • http://twitter.com/po5i po5i

    Thanks.. really…

  • Anonymous

     Thanks for the tip!

  • http://www.muschamp.ca/ Muskie

    Has Disqus fixed this?  I just upgraded to 3.2.1 and I thought all was well, well as well as WordPress has been working since say version 2.7, but then I made a new post and comments are disabled on it and I don’t know how or why or where to fix that so I created a support forum post and started googling…

    If I ever get to a stable install with all my bugs fixed and all my plugins working I may never upgrade WordPress again I’ve had so many headaches, the older your blog is the more headaches you have when upgrading WordPress, long time users shouldn’t have to jump through so many hoops.

  • http://baljitdhanoa.wordpress.com/ baljit dhanoa

    that good plagin

  • http://baljitdhanoa.wordpress.com/ baljit dhanoa

    that good plagin

blog comments powered by Disqus

Live search:

I'm @thomasarie on Twitter

Subscribe to RSS

Enter your email address and get recent updates sent to your email in the morning.

Thomas Arie

I'm Thomas Arie from Indonesia. I blog about technology, social media updates, and bookmark interesting stuff found in the internet. More »

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Made using WordPress.