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 );











March 21st, 2009 at 7:57 pm