• Resolved drunkfox

    (@drunkfox)


    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 287

    Warning: 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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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 = Off

    Thread Starter drunkfox

    (@drunkfox)

    Thank 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.
    Ciao

    I 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:

    Site Health Check in 5.2

    Thread Starter drunkfox

    (@drunkfox)

    Thanks for your suggestion, I appreciate it!
    Enrico

    You’re welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘2 Warning after update the plugin’ is closed to new replies.