Plugins crash after Meta Box deactivation
-
Hi, I’m using Meta Box 4.9.4 with a custom post type registration, and if I deactivate (for maintenance reasons) Meta Box on dashboard/plugins all other plugins like Smart Slider 3 just are broken.
I see the page code when deactivates the plugin and can’t find the enqueue scripts from other plugins on the <head> of the document. Does it have maybe a connection?
I’m planing to use this method https://metabox.io/docs/include-meta-box-plugin-themes/ but when I add the line
require get_template_directory() . 'meta-box/meta-box.php';
to the functions.php the whole site are broken with an 500 errorAny idea why happens or how can I fix it?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Plugins crash after Meta Box deactivation’ is closed to new replies.