Tangler Discussion Forums

Discuss

Topics

Click a Topicto start discussing

    Hi,

    In the recent comments section of my blog's dashboard, I get a WordPress database error: [Unknown table 'wp_rs_ratings' in field list]

    This error message is also shown when visiting the comments feed.

    I'm using the latest version of the plugin, upgraded from the previous.

    Any advice?

     

    Thanks

    2008-09-30 14:49:51.0

    Looks like the Bad Behaviour plugin was causing the error in the dashboard, but disabling it doesn't have any effect on the comments feed.

    2008-09-30 17:22:26.0

    That table is created when you activate the plugin. Try deactivating and reactivating it.

    2008-09-30 19:06:03.0

    I've tried deactivating and reactivating the plugin without any success.  I've also tried disabling all other plugins, but still the comments feed page gives me:

    WordPress database error: [Unknown table 'wp_rs_ratings' in field list]

    I've also tried to replicate the error on a separate WordPress installation with the same plugins (same versions too) and can't.

    2008-10-01 10:15:23.0

    You can try creating the table yourself, through phpMyAdmin or connecting directly to MySQL with the client if you have it. Here's the SQL:

    CREATE TABLE wp_rs_ratings (comment_id INT, rating_id INT, rating_value DOUBLE, PRIMARY KEY (comment_id, rating_id));

    2008-10-01 13:16:39.0

    The table already existed and I've already got records in it.

    It's okay now, I've narrowed it down to the Bad Behaviour plugin.  I've had to disable it a few times before it would completely release its grip.

    2008-10-01 13:57:26.0

    Glad you worked it out. When I have a chance next week, I'll take a look at the Bad Behaviour code and see why it's conflicting with the query filters.

    2008-10-01 22:55:01.0
To send a message, Join Now (it's quick and free) or Sign In
Edit Topic
Delete Topic
Are you sure you want to delete the topic