• Resolved fiberlyone

    (@fiberlyone)


    Because I started getting errors on password reset using plugin SB Welcome Email, I deactivated and deleted it. However, I’m still getting errors:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'sb_we_lost_password_title' not found or invalid function name in /home/xxxx/public_html/wp-includes/class-wp-hook.php on line 288
    
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'sb_we_lost_password_message' not found or invalid function name in /home/xxxx/public_html/wp-includes/class-wp-hook.php on line 288
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/colum23/public_html/wp-includes/class-wp-hook.php:288) in /home/xxxx/public_html/wp-includes/pluggable.php on line 1216

    Any suggestions on where to look to delete/change/move whatever may still be pointing to this deleted plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – re-uploading all files & folders – except the wp-content folder and wp-config.php & root .htaccess files – from a fresh download of WordPress. Make sure that you delete the old copies of files & folder before uploading the new ones.

    Thread Starter fiberlyone

    (@fiberlyone)

    I found it. Long ago, I added some code associated with the deleted plugin to my child theme functions.php. Remove code and it’s working now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Password reset error’ is closed to new replies.