• I’m having trouble whenever marking a pingback as spam on my site. Here’s the error I get:

    Unknown column 'pingback_views' in 'field list' on line: 534

    Looked all over, can’t find anything about this. What do I need to do to fix this?

Viewing 1 replies (of 1 total)
  • Fixed … In /wp-content/plugins/popularity-contest/popularity-contest.php, change line 531 from:
    SET pingback_views = pingback_views $action 1
    to:
    SET pingbacks = pingbacks $action 1

    And it’s fixed…

Viewing 1 replies (of 1 total)
  • The topic ‘“Unknown column ‘pingback_views’ in ‘field list’ on line” Marking Pingback Spam’ is closed to new replies.