PHP Fatal error: Uncaught Error: Call to undefined function wp_kses() in /var/w
-
Hi all. I’m getting the following debug message and a white screen “critical error” when I try and access my wordpress multi install.
This comes after an automatic update performed by the wordpress
This is running on my own centos 6.10 and php 7.3 (I can’t update to 7.4 on this build)
Things I’ve tried so fare:
disable pugins via sql and by renaming the directory
deleting the .htaccess file
increasing the wordpress cache to 256m
trying a manual upgrade
The debug message I get is as follows:
[25-Jan-2024 03:38:12 UTC] PHP Fatal error: Uncaught Error: Call to undefined function wp_kses() in /var/www/html/wp-includes/functions.php:6019
Stack trace: 0 /var/www/html/wp-includes/functions.php(5500): wp_trigger_error(”, ‘Function wpdb::…’, 16384) 1 /var/www/html/wp-includes/class-wpdb.php(1338): _deprecated_function(‘wpdb::escape’, ‘3.6.0’, ‘wpdb::prepare()…’) 2 /var/www/html/wp-content/sunrise.php(11): wpdb->escape(‘somewebsite.com’) 3 /var/www/html/wp-includes/ms-settings.php(47): include_once(‘/var/www/html/w…’) 4 /var/www/html/wp-settings.php(141): require(‘/var/www/html/w…’) 5 /var/www/html/wp-config.php(113): require_once(‘/var/www/html/w…’) 6 /var/www/html/wp-load.php(50): require_once(‘/var/www/html/w…’) 7 /var/www/html/wp-admin/admin.php(34): require_once(‘/var/www/html/w…’) 8 /var/www/html/wp-admin/index.php(10): require_once(‘/var/www/html/w…’) 9 {main}thrown in /var/www/html/wp-includes/functions.php on line 6019
Any help or suggestions to try and fix this would be apreciated.
Thanks
- The topic ‘PHP Fatal error: Uncaught Error: Call to undefined function wp_kses() in /var/w’ is closed to new replies.