SQL Error: Unknown column 'spam' in 'where clause'
-
Hello,
When selecting the widget to show birthdays to “everyone” (buddypress is installed) I am receiving the message:
Unknown column 'spam' in 'where clause' for query SELECT ID FROM wp_users WHERE ID=1 AND spam != 1 made by require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/virtue/base.php'), get_template_part, locate_template, load_template, require('/themes/virtue/templates/footer.php'), dynamic_sidebar, call_user_func_array, WP_Widget->display_callback, TDLCBirthdaysWidget->widget, TDLCBirthday->printAllBirthdays, TDLCBirthday->printBirthdays
located in plugin file core.php on line 126
Also when user is a “spammer” the user_status column is changed instead.
I am actually wondered why I do not have spam and deleted column as it is still documented in 4.5.2
- The topic ‘SQL Error: Unknown column 'spam' in 'where clause'’ is closed to new replies.