Skip to main content

Error with Blocksy Theme

Comments

3 comments

  • KC George

    Hello Bastian,

    These are warnings about certain incompatibility between your theme and Brizy. We are looking into this issue. While we take time time to fix it, kindly hide this warning by disabling the DEBUG mode in your WordPress instance. Follow the procedure at https://startertemplates.com/docs/disable-debug-mode/ Please also purge all server cache and cache in your WordPress Dashboard.

    0
  • Bastian Kandlbauer

    Hi, Is there any update yet?

    0
  • Ariel H.

    Hi Bastian,

    Thank you for the update.

    Unfortunately, this is a known issue. Our Dev team is aware of it, and a fix should be available soon. The warnings are non-fatal and shouldn’t impact your site’s 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

Please sign in to leave a comment.