Error accessing nonexistent database table
-
Hello,
I’m contacting you because I’m experiencing an issue with version 3.9.1 of your plugin. My error logs are being flooded with the following message :
[01-Oct-2025 23:11:12 UTC] WordPress database error Table 'wordpress_bdd.wp_wc_orders_meta' doesn't exist for query
SELECT COUNT(te.earning_id) as total_count
FROM A6Ezxv_tutor_earnings te
INNER JOIN wp_wc_orders_meta wcom ON te.order_id = wcom.order_id
WHERE te.process_by = 'tutor' AND wcom.meta_key = '_is_tutor_order_for_course'
made by do_action_ref_array('process_by_wc_migrator'), WP_Hook->do_action, WP_Hook->apply_filters, Tutor\Migrations\BatchProcessor->process_batch, Tutor\Migrations\ProcessByWcMigrator->get_total_items, Tutor\Helpers\QueryHelper::get_joined_count
[01-Oct-2025 23:11:12 UTC] PHP Fatal error: Uncaught Exception: Table 'wordpress_bdd.wp_wc_orders_meta' doesn't exist in /home/wordpress/public_html/wp-content/plugins/tutor/helpers/QueryHelper.php:1120It seems the plugin is trying to interact with a WooCommerce table (wp_wc_orders_meta), even though WooCommerce has never been installed on my site and, as far as I know, it isn’t required for the plugin to function properly.
Could you please help me resolve this issue ?
Best regards,
Ryan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Error accessing nonexistent database table’ is closed to new replies.