I'm using posts-to-posts in one of my plugins and am getting a fatal error when activating another plugin that's using scb-framework. Since my plugin isn't calling scb-framework directly, I'm not sure how I might be able fix the issue.
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'm using posts-to-posts in one of my plugins and am getting a fatal error when activating another plugin that's using scb-framework. Since my plugin isn't calling scb-framework directly, I'm not sure how I might be able fix the issue.
Similar issues reported here:
https://github.com/postmatic/postmatic-basic/issues/80 https://github.com/scribu/wp-scb-framework/issues/50