Title: Error_logs
Last modified: August 31, 2016

---

# Error_logs

 *  Resolved [kwmlr439](https://wordpress.org/support/users/kwmlr439/)
 * (@kwmlr439)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error_logs/)
 * I am getting a lot of errors related to your plugin; I hope you can help figure
   out what’s causing them on my error_log file; here is the code where kpg_ss_check_white-
   >process is obvious coming from your plugin.
 * `WordPress database error You have an error in your SQL syntax; check the manual
   that corresponds to your MySQL server version for the right syntax to use near'
   WHERE active = 0 AND user_login = 'blog' ORDER BY signup_id DESC LIMIT 0, 1' 
   at line 1 for query SELECT * FROM WHERE active = 0 AND user_login = 'blog' ORDER
   BY signup_id DESC LIMIT 0, 1 made by require('wp-load.php'), require_once('wp-
   config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array,
   kpg_ss_init, kpg_ss_check_white, be_load, kpg_ss_check_white->process, be_load,
   chkadminlog->process, wp_authenticate, apply_filters('authenticate'), call_user_func_array,
   bp_core_signup_disable_inactive, BP_Signup::get`
 * Thanks a lot
 * [https://wordpress.org/plugins/stop-spammer-registrations-plugin/](https://wordpress.org/plugins/stop-spammer-registrations-plugin/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Keith P. Graham](https://wordpress.org/support/users/kpgraham/)
 * (@kpgraham)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error_logs/#post-6996418)
 * The error is from BP BuddyPress. My plugin is just recording the error.
 * My plugin is calling wp_authenticate to see if the user is a valid user. The 
   plugin does this because it does not wish to block valid users from making a 
   comment.
 * The wp_authenticate function is is asking if anybody else has a filter for authentication
   and BP answers that it does and tries to call a BP function that tries to do 
   BP_Signop::get which I assume is looking for a user.
 * The WP_signup::get is the one throwing the error, not my program.
 * The SQL at the beginning looks good.
 * Perhaps someone can answer this over at BuddyPress.
 * For now update WP and BP so that you have the latest versions of everything.
 * Keith

Viewing 1 replies (of 1 total)

The topic ‘Error_logs’ is closed to new replies.

 * ![](https://ps.w.org/stop-spammer-registrations-plugin/assets/icon-256x256.png?
   rev=3377746)
 * [Stop Spammers Classic](https://wordpress.org/plugins/stop-spammer-registrations-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stop-spammer-registrations-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stop-spammer-registrations-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/stop-spammer-registrations-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stop-spammer-registrations-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stop-spammer-registrations-plugin/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)
 * [error_log](https://wordpress.org/support/topic-tag/error_log/)
 * [MySQL](https://wordpress.org/support/topic-tag/mysql/)
 * [spam plugin](https://wordpress.org/support/topic-tag/spam-plugin/)

 * 1 reply
 * 2 participants
 * Last reply from: [Keith P. Graham](https://wordpress.org/support/users/kpgraham/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/error_logs/#post-6996418)
 * Status: resolved