Plugin’s errors
-
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 beWordPressZeroSpamIntegrations.buddyPress.init();
.And also it appears you have something wrong with the paths to your .js files, as there are two “/”.
- The topic ‘Plugin’s errors’ is closed to new replies.