Title: Plugin&#8217;s errors
Last modified: July 30, 2020

---

# Plugin’s errors

 *  Resolved [Neyl](https://wordpress.org/support/users/neyl8/)
 * (@neyl8)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/)
 * Hello,
 * first thing I want to say, I’m very disappointed with this plugin since the 4.0
   version.
 * Second, I noticed now that when installing the plugin on new site, it created
   notification in plugins area, saying that while activating it produced 716 characters
   of unexpected output.
 * And when checking debug.log, this was inside: `WordPress database error: Unknown
   table 'wp_wpzerospam_blocked' in MULTI DELETE. Specific query: DELETE wp_wpzerospam_blocked
   FROM wp_wpzerospam_blocked AS t1 INNER JOIN wp_wpzerospam_blocked AS t2 WHERE
   t1.blocked_id < t2.blocked_id AND t1.user_ip = t2.user_ip;. Function: activate_plugin,
   do_action('activate_zero-spam/wordpress-zero-spam.php'), WP_Hook->do_action, 
   WP_Hook->apply_filters, wpzerospam_install.`
    And this: `WordPress database error:
   Unknown table 'wp_wpzerospam_blacklist' in MULTI DELETE. Specific query: DELETE
   wp_wpzerospam_blacklist FROM wp_wpzerospam_blacklist AS t1 INNER JOIN wp_wpzerospam_blacklist
   AS t2 WHERE t1.blacklist_id < t2.blacklist_id AND t1.user_ip = t2.user_ip;. Function:
   activate_plugin, do_action('activate_zero-spam/wordpress-zero-spam.php'), WP_Hook-
   >do_action, WP_Hook->apply_filters, wpzerospam_install.`
 * On the site there is only Contact form 7 activated. Yet it enqueues the `wpzerospam-
   integration-buddy-press` .js file – `wp-content/plugins/zero-spam//integrations/
   buddypress/js/buddypress.js`
 * While inspecting this file, I saw `WordPressZeroSpamIntegrations.cf7.init();`
   but I think it should rather be `WordPressZeroSpamIntegrations.buddyPress.init();`.
 * And also it appears you have something wrong with the paths to your .js files,
   as there are two “/”.
    -  This topic was modified 5 years, 10 months ago by [Neyl](https://wordpress.org/support/users/neyl8/).

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Ben Marshall](https://wordpress.org/support/users/bmarshall511/)
 * (@bmarshall511)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13190871)
 * Hey, thanks for pointing those issues out. Just pushed a new release (v4.9.2)
   that fixes those problems.
 *  Thread Starter [Neyl](https://wordpress.org/support/users/neyl8/)
 * (@neyl8)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192451)
 * Thank you for fixing those issues.
 * Have you checked if your plugin blocks BuddyPress spams?
 * In your file `zero-spam/integrations/buddypress/js/buddypress.js` there is this
   line: `WordPressZeroSpamIntegrations.cf7.init();` but it rather should be `WordPressZeroSpamIntegrations.
   buddyPress.init();`
 *  Plugin Author [Ben Marshall](https://wordpress.org/support/users/bmarshall511/)
 * (@bmarshall511)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192462)
 * You’re a rock star, just pushed up a fix.
 *  Thread Starter [Neyl](https://wordpress.org/support/users/neyl8/)
 * (@neyl8)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192482)
 * I have also found that you forgot to fix the double slashes in the URLS in your`
   zero-spam/inc/scripts.php` file.
 *  Plugin Author [Ben Marshall](https://wordpress.org/support/users/bmarshall511/)
 * (@bmarshall511)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192489)
 * Nice catch, it’ll be updated in the next release.
 *  Thread Starter [Neyl](https://wordpress.org/support/users/neyl8/)
 * (@neyl8)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192506)
 * Actually now that I looked more into your plugin files, it’s just that whenever
   you use `plugin_dir_path`, you forget that it always adds trailing slash, and
   whenever you require .php files, you add a slash at start, could you please also
   fix that too? I guess that’s not really an issue, but maybe it could do some 
   troubles in some poorly configured servers?
 *  Plugin Author [Ben Marshall](https://wordpress.org/support/users/bmarshall511/)
 * (@bmarshall511)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192512)
 * Fell free to contribute: [https://github.com/bmarshall511/wordpress-zero-spam](https://github.com/bmarshall511/wordpress-zero-spam)
   😉

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Plugin’s errors’ is closed to new replies.

 * ![](https://ps.w.org/zero-spam/assets/icon.svg?rev=2343080)
 * [Zero Spam for WordPress](https://wordpress.org/plugins/zero-spam/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zero-spam/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zero-spam/)
 * [Active Topics](https://wordpress.org/support/plugin/zero-spam/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zero-spam/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zero-spam/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Ben Marshall](https://wordpress.org/support/users/bmarshall511/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/plugins-errors-2/#post-13192512)
 * Status: resolved