Error
-
Hi,
I’m seeing the following error in my logs:
PHP message: WordPress database error Table ‘DB.wp_braapf_product_variation_attributes’ doesn’t exist for query SELECT filtered_post.id, filtered_post.out_of_stock, COUNT(filtered_post.ID) as post_count FROM ( SELECT filtered_post.*, max_filtered_post.max_meta_count, IF(max_filtered_post.max_meta_count != filtered_post.meta_count OR stock_table.out_of_stock_init = 1, 1, 0) as out_of_stock FROM ( SELECT wp_braapf_product_variation_attributes.post_id as var_id, wp_braapf_product_variation_attributes.parent_id as ID, COUNT(wp_braapf_product_variation_attributes.post_id) as meta_count FROM wp_braapf_product_variation_attributes WHERE wp_braapf_product_variation_attributes.meta_value_id IN (0,344) GROUP BY wp_braapf_product_variation_attributes.post_id ) as filtered_post INNER JOIN ( SELECT post_id as ID, COUNT(post_id) as max_meta_count FROM wp_braapf_variation_attributes WHERE taxonomy IN (‘pa_length’) GROUP BY post_id ) as max_filtered_post ON max_filtered_post.ID = filtered_post.ID
Any ideas? I think this error is also potentially slowing down my checkout process quite a lot.
- The topic ‘Error’ is closed to new replies.