• Resolved Robert Peake

    (@robertpeake)


    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)
  • Plugin Author owaisalam

    (@owaisalam)

    Thank you for reaching out to us. We’re currently reviewing your request and will provide you with an update as soon as possible. We appreciate your patience in the meantime.

    Thread Starter Robert Peake

    (@robertpeake)

    More information: this was happening when files were being routed through the legacy ms-files.php in multisite mode. Our workaround was to get rid of this and go direct to the filesystem or image files, bypassing Breeze altogether.

    Plugin Author owaisalam

    (@owaisalam)

    Thank you for providing the additional details. We have successfully replicated the point you mentioned and will include the fix in our upcoming releases.

    Thread Starter Robert Peake

    (@robertpeake)

    Great, glad that was useful!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.