Entries (RSS)  |  Comments (RSS)

Wordpress 2.5!

Wordpress, the blog software that this blog runs on has finally released version 2.5 after six months of code revisions and updates.

I’ve upgraded the blog and everything worked except for one major issue - I could no longer approve or view comments in the admin interface. If you’re having this issue with WP2.5, the fix is to open mysql and type:

create index comment_date_gmt on wp_comments(comment_date_gmt);

Wordpress is dependent on this index for comment display in the interface, and without it, you get blank screens. 

Let me know if you experience problems with 2.5 by commenting on this message.  Enjoy!

This entry was posted on Friday, April 4th, 2008 at 6:03 pm and is filed under systems administration. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

 
close Reblog this comment
blog comments powered by Disqus