activating bolgrid-backup breaks admin access
-
When activating the plugin, the white screen of death pops up with the message: “there has been a critical error on your website”. The website is still up and running, but admin access is not possible anymore.
The apache2 logs mentions this:
[Fri Oct 21 08:24:45.046445 2022] [proxy_fcgi:error] [pid 622:tid 2962457600] [client 192.168.1.4:49226] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to undefined function wp_kses() in /var/www/html/wp-content/db.php:22\nStack trace:\n#0 /var/www/html/wp-includes/load.php(549): require_once()\n#1 /var/www/html/wp-settings.php(124): require_wp_db()\n#2 /var/www/html/wp-config.php(110): require_once('...')\n#3 /var/www/html/wp-load.php(50): require_once('...')\n#4 /var/www/html/wp-admin/admin.php(34): require_once('...')\n#5 /var/www/html/wp-admin/index.php(10): require_once('...')\n#6 {main}\n thrown in /var/www/html/wp-content/db.php on line 22'
I can recover from this situation by commenting out the problematic function call, together with disabling all plugins (by renaming the plugins folder).
With all plugins disabled, I get the same problem when I reactivate only this plugin. But the logs then say:
[Fri Oct 21 09:14:36.480188 2022] [proxy_fcgi:error] [pid 622:tid 2693891072] [client 192.168.1.4:49449] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, first array member is not a valid class name or object in /var/www/html/wp-includes/class-wp-hook.php:307\nStack trace:\n#0 /var/www/html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters()\n#1 /var/www/html/wp-includes/plugin.php(476): WP_Hook->do_action()\n#2 /var/www/html/wp-admin/admin.php(175): do_action()\n#3 /var/www/html/wp-admin/index.php(10): require_once('...')\n#4 {main}\n thrown in /var/www/html/wp-includes/class-wp-hook.php on line 307'
- The topic ‘activating bolgrid-backup breaks admin access’ is closed to new replies.