- This topic has 9 replies, 2 voices, and was last updated 3 months, 3 weeks ago by .
-
Topic
-
I have a site with the following setup:
Plugins:
– Beaver Builder/Themer
– Meta Box
– Meta Box AIO (using the Beaver Themer Integrator extension)
– There are also other plugins installedHosting:
– FlyWheelOther:
WordPress 5.5.1
Astra Theme*All plugins and theme are using the latest versions
The Problem:
The Beaver Themer Integrator extension is causing a fatal PHP error, which in return causes most pages on my website to show some random Archive page instead of the actual page content. This issue causes my website to be near non-functional. Deactivating Meta Box fixes the issue.PHP Error Message:
#9 /www/ in /www/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-beaver-themer-integrator/src/Base.php on line 206
#8 /www/wp-includes/plugin.php(544): WP_Hook->do_action(Array)
#7 /www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
#6 /www/wp-includes/class-wp-hook.php(287): FLPageData::init_properties(Object(WP))
#5 /www/wp-content/plugins/bb-theme-builder/classes/class-fl-page-data.php(136): do_action(‘fl_page_data_ad…’)
#4 /www/wp-includes/plugin.php(478): WP_Hook->do_action(Array)
#3 /www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)
#2 /www/wp-includes/class-wp-hook.php(287): MBBTI\Base->add_properties(”)
#1 /www/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-beaver-themer-integrator/src/Base.php(88): MBBTI\Base->get_fields()
#0 /www/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-beaver-themer-integrator/src/Base.php(181): MBBTI\Base->get_field_list()
Stack trace:
2020-09-14T20:07:10+00:00 CRITICAL Uncaught Error: Call to undefined function MBBTI\rwmb_get_registry() in /www/wp-content/plugins/meta-box-aio/vendor/meta-box/meta-box-beaver-themer-integrator/src/Base.php:206Is this a known issue? Is there anything I can do to fix this?
- You must be logged in to reply to this topic.