Skip to main content

Can clear errors on site

Comments

5 comments

  • Ariel H.

    Hi Michael,

    Thank you for reaching out to us.

    We have already reported this issue to our dev team, it should be fixed soon. 
    The warnings are non-fatal, and should not affect your site's overall functionality.

    In the meantime, please add the following directives in wp-config.php to hide the warning on the front-end.

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    If you don't have access to update the wp-config.php file, you can also use a plugin to hide error reporting.
    https://wordpress.org/plugins/debug/


    Sorry for the inconvenience.

    Best regards,
    Ariel H.

    0
  • Ariel H.

    Hi Michael,

    We've released an update to resolve this issue. Please update, and feel free to reach out if you have any further questions. If you added the above directives in your wp-config.php file, you could remove them or leave them in place—they simply suppress PHP warnings and won’t affect your site.

    Best regards,
    Ariel H.

    0
  • Michael Martin

    Ariel - 

    With nearly 75 sites to update and the warnings you placed on this plugin update, I was a little weary of doing a mass update (even though I take nightly backups of all sites). So I tried it on one site first. This is what I received in response. 

    0
  • Ariel H.

    Hi Michael,

    I see that the error code is showing as Error 502.

    This typically points to a server connection issue between your host and Cloudflare. To resolve it, try clearing your browser and site cache, temporarily disabling any security plugins, or adjusting your Cloudflare settings.

    If the update still doesn’t go through, please delete both Brizy and Brizy Pro, download them from your account dashboard, and manually reinstall them.

    Let me know how it goes.

    Best regards,  
    Ariel H.

    0
  • Michael Martin

    All set, thanks!

    0

Please sign in to leave a comment.