2 Warning after update the plugin
-
Hi there, I apologize for my bad English π
After udate your plugin to the last version (2020.4.3) I received 2 Warning:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ss_custom_login_module’ not found or invalid function name in …/wp-includes/class-wp-hook.php on line 287Warning: Cannot modify header information – headers already sent by (output started at …/wp-includes/class-wp-hook.php:287) in /home/guidedo3/public_html/wp-includes/functions.php on line 6221
If I disable Stop Spammer plugin the message disappears.Please, may you help?
Thank you.
-
Ditto – Love the plugin by the way, going to give it 5 stars while I’m thinking about it π
Fixed. Apologies, sometimes these things slip through.
For future reference, do make sure that public errors are always hidden from displaying on a production site.
Most hosts set it up this way by default, but not all of them are that hands-on or otherwise don’t consider it.
All hosts are a little different, but this is usually done in your settings or through the php.ini file:
display_errors = OffThank you very much!
I edit my wp-config.php file in this way:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
because I like to konw whan something is going not well π
I’m going to give you 5 stars.
CiaoI see. You don’t leave it on, but just do a temporary checkup every now and then?
A year ago, WordPress incorporated the Health Check feature, which is perhaps a more graceful way to keep an eye on your site’s status, if you haven’t tried that yet:
Thanks for your suggestion, I appreciate it!
EnricoYou’re welcome.
The topic ‘2 Warning after update the plugin’ is closed to new replies.