• Resolved exstheme

    (@exstheme)


    Hi!

    In some cases fatal error in the ‘blc_get_ext’ function appears in the ‘/blocksy-companion/framework/helpers/exts.php’.

    Had to replace this code:

    return \Blocksy\Plugin::instance()->extensions->get($id, $args);

    with this to make it work:
    $extensions = \Blocksy\Plugin::instance()->extensions;
    return $extensions ? $extensions->get($id, $args) : false;

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @exstheme

    I just got confirmation from our developers that they will add a check in the next public release which should stop this error from being triggered. Just make sure you do the Blocksy 2.0.49 update once it comes out later this week and you should be good to go.

    Thanks.

    Thread Starter exstheme

    (@exstheme)

    Thank you for quick response.
    This happens in the Customizer. Maybe this call stack will be helpful:

    Fatal error: Uncaught Error: Call to a member function get() on null in wp-content/plugins/blocksy-companion/framework/helpers/exts.php:327 Stack trace: 0 wp-content/themes/blocksy/inc/options/general/meta.php(410): blc_get_ext() 1 wp-content/themes/blocksy/inc/helpers.php(101): require('…') 2 wp-content/themes/blocksy/admin/helpers/options.php(163): blocksy_get_variables_from_file() 3 wp-content/themes/blocksy/inc/options/general/posts-listing.php(505): blocksy_get_options() 4 wp-content/themes/blocksy/inc/helpers.php(101): require('…') 5 wp-content/themes/blocksy/admin/helpers/options.php(163): blocksy_get_variables_from_file() 6 wp-content/themes/blocksy/inc/options/posts/blog.php(19): blocksy_get_options() 7 wp-content/themes/blocksy/inc/helpers.php(101): require('…') 8 wp-content/themes/blocksy/admin/helpers/options.php(163): blocksy_get_variables_from_file() 9 wp-content/themes/blocksy/inc/options/customizer.php(105): blocksy_get_options() 10 wp-content/themes/blocksy/inc/helpers.php(101): require('…') 11 wp-content/themes/blocksy/admin/helpers/options.php(163): blocksy_get_variables_from_file() 12 wp-content/themes/blocksy/inc/customizer/init.php(71): blocksy_get_options() 13 wp-includes/class-wp-hook.php(324): {closure}() 14 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 15 wp-includes/plugin.php(517): WP_Hook->do_action() 16 wp-includes/class-wp-customize-manager.php(942): do_action() 17 wp-includes/class-wp-hook.php(324): WP_Customize_Manager->wp_loaded() 18 wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 19 wp-includes/plugin.php(517): WP_Hook->do_action() 20 wp-settings.php(717): do_action() 21 wp-config.php(102): require_once('…') 22 wp-load.php(50): require_once('…') 23 wp-admin/admin.php(34): require_once('…') 24 wp-admin/customize.php(13): require_once('…') 25 {main} thrown in wp-content/plugins/blocksy-companion/framework/helpers/exts.php on line 327

    Thank you!

    No need, @exstheme. Devs have confirmed a fix is coming in this week’s update. Should be out by Thursday night (Europe time).

    Thanks again!

    Olá @exstheme, pode me enviar a solução que usou para contornar o problema?

    Também estou com problema em meu site e esta é a pilha de erro que está acusando.

    Não consigo acessar a página principal.

    Hi @lucascitc2024

    As noted above, this issue will be fixed in this week’s update, which should be out by Thursday night. There’s no need to do anything from your side, but update to the latest version when it comes out.

    Thanks.

    Hi everyone.

    One more thing, if you need a faster fix, we can offer a pre-release build that fixes the error automatically. Please drop us a line at – https://creativethemes.com/blocksy/support/ – and we’ll send it forward. 🙂

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Fatal error in the ‘blc_get_ext’ function’ is closed to new replies.