Hello. I am using Wordpress locally with localwp to create a website with Woocommerce.
I downloaded the ATUM Inventory plugin, but none of my products appear in Stock Central. I have researched on this forum and followed the steps to get the Wordpress debug log, which indicates that the 'local.wp_atum_product_data' table does not exist.
I deleted the plugin by activating the option to delete the data and downloaded it again, the error continues. For some reason, the ATUM table is not created.
I attach the log here:
[23-Apr-2023 17:54:10 UTC] WordPress database error Table 'local.wp_atum_product_data' doesn't exist for query SELECT DISTINCT posts.ID
FROM wp_posts posts
LEFT JOIN wp_atum_product_data AS apd ON (posts.ID = apd.product_id)
LEFT JOIN wp_wc_product_meta_lookup AS pml ON (posts.ID = pml.product_id)
WHERE posts.post_type IN ('product','product_variation')
AND posts.post_status IN ('publish','private','future')
AND apd.inheritable != 1
AND pml.stock_quantity IS NULL made by do_action('toplevel_page_atum-dashboard'), WP_Hook->do_action, WP_Hook->apply_filters, Atum\Dashboard\Dashboard->display, Atum\Inc\Helpers::load_view, include('/plugins/atum-stock-manager-for-woocommerce/views/dashboard.php'), Atum\Dashboard\Dashboard->add_widget, Atum\Inc\Helpers::load_view, include('/plugins/atum-stock-manager-for-woocommerce/views/widgets/widget-wrapper.php'), Atum\Dashboard\Widgets\StockControl->render, Atum\Dashboard\WidgetHelpers::get_stock_levels, Atum\Inc\Helpers::get_unmanaged_products