New error message in PHP8.1
-
I have a multisite network of sites running Really Simple SSL (free version). Since updating my server to PHP8, the following errors are proliferating in the master error log:
[06-Apr-2024 17:54:02 UTC] PHP Fatal error: Uncaught TypeError: call_user_func(): Argument #1 ($callback) must be a valid callback, array must have exactly two members in /home/mighty/public_html/wp-includes/functions.php:3785
Stack trace:
0 /home/mighty/public_html/wp-content/plugins/really-simple-ssl/security/wordpress/user-enumeration.php(10): wp_die(‘forbidden – num…’)
1 /home/mighty/public_html/wp-includes/class-wp-hook.php(324): rsssl_check_user_enumeration(”)
2 /home/mighty/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
3 /home/mighty/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
4 /home/mighty/public_html/wp-settings.php(695): do_action(‘init’)
5 /home/mighty/wp-config.php(116): require_once(‘/home/mighty/pu…’)
6 /home/mighty/public_html/wp-load.php(55): require_once(‘/home/mighty/wp…’)
7 /home/mighty/public_html/wp-blog-header.php(13): require_once(‘/home/mighty/pu…’)
8 /home/mighty/public_html/index.php(17): require(‘/home/mighty/pu…’)
9 {main}
thrown in /home/mighty/public_html/wp-includes/functions.php on line 3785There doesn’t appear to be any front-end interruption of page loads – all the sites on the network still serve properly. But I do want to resolve the code flaw that’s ballooning my log files. Thanks!
The page I need help with: [log in to see the link]
- The topic ‘New error message in PHP8.1’ is closed to new replies.