Wordpress 2.5 moderate comments bug

There’s a bug with 2.5 that doesn’t allow you to moderate comments. The problem is with the _wp_get_comment_list function and how it retrieves counts from the database specifically a missing column index. Running this line on your database should fix the problem:

ALTER TABLE wp_comments ADD INDEX ( comment_date_gmt );

Tags:
Related posts
Bookmark: Post to Del.icio.us Post to Digg Post to Google Post to Ma.gnolia Post to MyWeb Post to Newsvine Post to Reddit Post to Simpy Post to Slashdot Post to Technorati

One Response to “Wordpress 2.5 moderate comments bug”

  1. Small Business News: Successful niche firms will help economy rebound | Project management and time tracking blog for web designers and small business :: the Intervals Blog by Pelago Says:

    Kramer auto Pingback[...] Pelago Blog :: web development links and random tidbits from the creative minds of Team Pelago Says: January 5th, 2009 at 11:58 pm [...]

Leave a Reply