You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagined that loading via Composer would just autoload load.php, but I see now it has its own file without the logic that handles other loaded instances. That means I'll get Fatal error: Cannot redeclare scb_init() if another plugin loads the framework first. Is this intentional?
The text was updated successfully, but these errors were encountered:
I'm experiencing the same issue and don't know how to solve.
One of my plugins is using posts-to-posts, which loads scb-framework and Replyable (postmatic) also loads the scb-framework.
Fatal error: Cannot redeclare scb_init() (previously declared in /var/www/usworker/wordpress/wp-content/plugins/anp-meetings/libs/posts-to-posts/vendor/scribu/scb-framework/load.php:101) in /var/www/usworker/wordpress/wp-content/plugins/postmatic/vendor/scribu/scb-framework/load-composer.php on line 12
I imagined that loading via Composer would just autoload
load.php
, but I see now it has its own file without the logic that handles other loaded instances. That means I'll getFatal error: Cannot redeclare scb_init()
if another plugin loads the framework first. Is this intentional?The text was updated successfully, but these errors were encountered: