PHP 8.4 fatal error
-
On PHP 8.4, our Breeze sites throw this fatal error for logged-out users:
[24-Dec-2024 09:49:06 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Breeze_Cache_Init\mb_strtolower() in /home/oursite/example.com/wp-content/plugins/breeze/inc/cache/execute-cache.php:603
Stack trace:
#0 /home/oursite/example.com/wp-content/plugins/breeze/inc/cache/execute-cache.php(167): Breeze_Cache_Init\check_exclude_page()
#1 /home/oursite/example.com/wp-content/advanced-cache.php(17): include_once('/home/oursite/...')
#2 /home/oursite/example.com/wp-settings.php(97): include('/home/oursite/...')
#3 /home/oursite/example.com/wp-config.php(83): require_once('/home/oursite/...')
#4 /home/oursite/example.com/wp-load.php(50): require_once('/home/oursite/...')
#5 /home/oursite/example.com/wp-blog-header.php(13): require_once('/home/oursite/...')
#6 /home/oursite/example.com/index.php(17): require('/home/oursite/...')
#7 {main}
thrown in /home/oursite/example.com/wp-content/plugins/breeze/inc/cache/execute-cache.php on line 603We’ve deactivated the plugin for now on our PHP 8.4 sites but are looking forward to a fix so that we can resume using it.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.