Hey,
in case anyone is still using this great plugin:
I found the solution for the warning in the wp-class-hook.php, which gives the log warning
Got error ‘PHP message: PHP Warning: session_start() expects parameter 1 to be array, string given in …/wp-includes/class-wp-hook.php
My simple Solution is to replace line 233 in wp-spam-fighter.php as follows:
//add_action(‘init’, ‘session_start’); ERROR?
session_start();
Any opinions?
]]>Hello,
Thanks for great plugin.
I’m getting following error from this plugin (PHP version 7.1.2):
PHP Error Count Location Call Stack Component
Warning session_start() expects parameter 1 to be array, string given 1 wp-includes/class-wp-hook.php:298 session_start()
wp-includes/class-wp-hook.php:298
do_action(‘init’)
wp-settings.php:448 Core
How to fix ?
]]>Hello,
I encountered an error with WP SPAM Fighter on PHP 7. It ouputs an error:
Warning: session_start() expects parameter 1 to be array, string given in /home3/maurisrx/public_html/wp-includes/plugin.php on line 524
After looking at the code, it might be caused by session_start()
that is attached to a hook in classes/wp-spam-fighter.php.
Mauris
]]>I have installed and activated this plugin but I see how it os being displayed o comments for the blog part of my site (www.cantigadelagueira.com) there is one thing appearing into English (I am not a spammer), the rest appears into Spanish. ?Why? ?how can I put instead of “I am not a spammer” “No soy un spammer”?. Thanks for your help. Patricia
]]>Hi
WP Spam fighter always loads recaptcha.js.
Even when the option is not activated in the plugin settings.
Is this really necessary?
Is the core function of the plugin in any way affected when i deregister the script?
Thanks for your interest.
regards
theo