wp-posts-to-posts icon indicating copy to clipboard operation
wp-posts-to-posts copied to clipboard

Fatal error: Cannot redeclare scb_init()

Open misfist opened this issue 9 years ago • 0 comments

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

Similar issues reported here:

https://github.com/postmatic/postmatic-basic/issues/80 https://github.com/scribu/wp-scb-framework/issues/50

misfist avatar Jan 28 '17 22:01 misfist