Table wp_wc_order_product_lookup has not recorded data since 2022-08-12
-
Table wp_wc_order_product_lookup has not recorded data since 2022-08-12
While updating a plugin for gift lists, I find the problem that within this list it does not show the orders to the products in this list, then I check the plugin and see that it uses the wp_wc_order_product_lookup table for the query that shows the information.
After understanding this, I decide to connect to the database to consult the wp_wc_order_product_lookup table and I find that it has not made records since 2022-08-12. I have created a test environment with a copy of the website and I have deactivated all the plugins except woocommerce, I have placed an order to verify that it is not an incompatibility with the plugin and still nothing is recorded in the wp_wc_order_product_lookup table.
I have already performed the actions from Woocommerce > Tools, checking the status of the tables, I have used the tool to regenerate the table and still the last record inside is from 2022-08-12
I have also tried with the WPCLI to regenerate the wp_wc_order_product_lookup table but it does not work either.
I would like to understand why this happened and how to solve it, I hope you can help me.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.