Bryan Hoffman
Forum Replies Created
-
I deactivated, updated, and reactivated and am no longer getting the fatal error. Thanks for the help.
Just an FYI on how this happened – we use an external system to update plugins. I’m not sure if that process missed some trigger to migrate the tables or not.
Thanks again for the quick reply and help!
Yes:
Stack trace: #0 /www/sites/redacted.com/html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php(1627): FluentForm\Framework\Database\Query\WPDBConnection->select('select count(*)...', Array, true) #1 /www/sites/redacted.com/html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php(1613): FluentForm\Framework\Database\Query\Builder->runSelect() #2 /www/sites/redacted.com/html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php(2020): FluentForm\Framework\Database\Query\Builder->get(Array) #3 /www/sites/redacted.com/html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query/Builder.php(1942): FluentForm\Framework\Database\Query\Builder->aggregate('count', Array) #4 /www/sites/redacted.com/html/wp-content/plugins/fluentform/app/Modules/Registerer/AdminBar.php(112): FluentForm\Framework\Database\Query\Builder->count() #5 /www/sites/redacted.com/html/wp-content/plugins/fluentform/app/Modules/Registerer/AdminBar.php(26): FluentForm\App\Modules\Registerer\AdminBar->getMenuItems() #6 /www/sites/redacted.com/html/wp-includes/class-wp-hook.php(308): FluentForm\App\Modules\Registerer\AdminBar->addMenuBar(Object(WP_Admin_Bar)) #7 /www/sites/redacted.com/html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #8 /www/sites/redacted.com/html/wp-includes/plugin.php(565): WP_Hook->do_action(Array) #9 /www/sites/redacted.com/html/wp-includes/admin-bar.php(95): do_action_ref_array('admin_bar_menu', Array) #10 /www/sites/redacted.com/html/wp-includes/class-wp-hook.php(308): wp_admin_bar_render('') #11 /www/sites/redacted.com/html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters('', Array) #12 /www/sites/redacted.com/html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #13 /www/sites/redacted.com/html/wp-admin/admin-header.php(267): do_action('in_admin_header') #14 /www/sites/redacted.com/html/wp-admin/index.php(137): require_once('/www/sites/cath...') #15 {main}
Hi Shahjahan, I included the error in the original request:
PHP Fatal error: Uncaught Exception: Table wp_fluentform_submissions’ doesn’t exist in /www/sites/example.com/html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php:127
There are no other fatal errors to report that I can locate
Hello Shahjahan, the site is currently running PHP 8.1
Hello @pyrobd thanks for the reply. No, not using multisite. I’ll try testing in a staging environment. We can’t deactivate / reactivate the plugin because of the fatal error, but see if I can find where that missing item in the stack trace is located or why its missing.
@ihereira I’m not sure how to use the codes your team is posting in Github, but took a solid guess based on my WC ticket number.
https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2595#issuecomment-1512183580
No idea if that’s helpful…
Having similar issue, just chiming in that there is a bug report on Github: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2595
Forum: Plugins
In reply to: [GA Google Analytics – Connect Google Analytics to WordPress] UA deprecatedMy partner thinks deprecated is when a 10-year-old car isn’t worth the same as the day they drove it off the lot ??
Forum: Plugins
In reply to: [Multiple Columns for Gravity Forms] CSS class names on MCGF elementsAwesome, thank you @webholism :thumbsup:
Forum: Plugins
In reply to: [Booster for WooCommerce] An error of type E_PARSE was caused in line 417@ronyp I’m getting this same error. I’ll update the file as well but I’m also assuming this will be updated in the next release?
Thanks,
~ BryanForum: Plugins
In reply to: [Event Tickets and Registration] Several issuesWe had a similar issue and the patch fixed it for us. Will we need this patch once you fix the conflict with WooCommerce?
Forum: Plugins
In reply to: [Gutenberg] 10.5.2 causes some sites to breakThanks for the update @greenshady. I haven’t dipped a toe in the
block-template
feature, but it’s good to know it won’t need to be disabled.Forum: Plugins
In reply to: [Gutenberg] 10.5.2 causes some sites to break@poena Thank you for the
remove_theme_support()
function, it did indeed fix this issue for me. I’m not using a ‘full site editing’ theme, but rather a custom theme based off of Justin Tadlock’s (@greenshady) work, Hybrid Core. There are no HTML files included, but the Hybrid Core framework does the differ from most themes in file structure.Thank you again,
~ BryanForum: Plugins
In reply to: [Gutenberg] 10.5.2 causes some sites to breakHere’s a bit of followup… 10.5.3 does not fix this issue. During development I use a plugin to show what templates are getting called. Gutenberg seems to be overriding the theme and calling a templated called template-canvas.php (plugins/gutenberg/lib/template-canvas.php)
Screenshot: https://share.getcloudapp.com/8LublDbB
Thanks @erania-pinnera – I’ve posted it on the Jetpack Support as requested.