• There are a mess of errors when WP_DEBUG is set to true. This kind of worries me about using the plugin, but it comes highly recommended…

    It is all little stuff:

    Notice: Undefined variable: rating_userid in /path/to/site/wp-content/plugins/wp-postratings/wp-postratings.php on line 315 Notice: Undefined index: ratings_users in /path/to/site/wp-content/plugins/wp-postratings/wp-postratings.php on line 1142 Notice: Undefined index: ratings_score in /path/to/site/wp-content/plugins/wp-postratings/wp-postratings.php on line 1143 Notice: Undefined index: ratings_average in /path/to/site/wp-content/plugins/wp-postratings/wp-postratings.php on line 1144

    http://wordpress.org/extend/plugins/wp-postratings/

Viewing 1 replies (of 1 total)
  • Thread Starter Jupitercow

    (@jcow)

    Actually, I think this is related to requiring logged-in users to rate, but that is important for our membership site.

    For example, on 315 of wp-postratings.php, there is a variable “$rating_userid” that doesn’t exist, perhaps it is supposed to be “$user_ID”?

    I am going to switch to users and guests for now.

Viewing 1 replies (of 1 total)
  • The topic ‘With WP_DEBUG, you get a mess of errors.’ is closed to new replies.