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?
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?
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...
This topic has been closed to new replies.