• 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.

    • This topic was modified 4 years, 9 months ago by MagineM.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hi @maginem,

    In plugin settings -> Add-ons tab disable “Additional Tables” Add-on, Save settings, then enable “Additional Tables” Add-on and Save settings.
    Tables will be regenerated again.

    It happens when site moved with help of import/export plugins, but soem of plugins do not move additional tables.

    Regards,
    Oleg

    Thread Starter MagineM

    (@maginem)

    Hi Oleg, thanks. Will give that a try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error’ is closed to new replies.