That is most likely the case,
Can you list what plugins you’re using here?
Thanks
-Ross
I found the plugin: GeneratePress Premium. What can I do if I want to use both?
Do you have access to your error logs? I suspect GeneratePress uses a library Panorama shares — if I can find out which I can create a fix.
Thanks!
-Ross
Error logs:
[10-Feb-2016 16:37:12 UTC] PHP Fatal error: Cannot redeclare cmb2_dir() (previo usly declared in …/wp-content/plugins/gp-premium/addons/generate-page-header/inc/cmb2/includes/helper-function s.php:9) in …/wp-content/plugins/project-panorama-lite/lib/lite/CMB2/includes/helper-functions.php on line 20
Thank you!
Hey, CMB2 author here. In reviewing your plugin, I found that you’re including CMB2 from within a hook. you should know that CMB2 should be included directly, OUTSIDE of any hooks (yours is hooked to init): https://plugins.trac.wordpress.org/browser/project-panorama-lite/trunk/lib/lite/psp-lite-init.php
While I can’t imagine this being enough to cause a conflict, it’s definitely something that should be corrected.
Aleharu, if you’re able to provide a zip (via email) of the wp-content/plugins/gp-premium/addons/generate-page-header/ plugin, I can try and review its usage of CMB2 to see why there would be a conflict.
CMB2 is built in a way to only load one version of itself. The only way that would get overridden is if it is used incorrectly.
Hi,
GP Premium’s author is also working on this issue. Next version will be improved but I have to wait a little.
Is there still a chance to create a fix? 😛
Thank you!