PHP 7 Compatibility Error
-
php 7.4.x requires explicit referral to root namespace, which is fully forwards-compatible with later versions to resolve undefined function Breeze_Cache_Init\is_404() in inc/cache/execute-cache.php:25:
254 // Don't cache search, 404, or password protected
255 if ( \is_404() || \is_search() || \post_password_required() ) {
256 return $buffer;
257 }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.