Fatal error in the ‘blc_get_ext’ function
-
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)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Fatal error in the ‘blc_get_ext’ function’ is closed to new replies.