Hi Margaret,
I’m not using any plugins for CSV uploading. Additionally, I’ve tried importing the CSV that is exported directly from WooCommerce as a test, and I had the same result, so I assume the CSV file itself is not the issue.
The log does show a fatal error, and it is timestamped as exactly when I tried importing the CSV, so hopefully this is the issue. The fatal error reads:
2022-09-27T20:01:06+00:00 CRITICAL Uncaught TypeError: Argument 1 passed to Automattic\WooCommerce\Internal\ProductAttributesLookup\LookupDataStore::get_attribute_taxonomies() must be an instance of WC_Product, bool given, called in /home/alkqflmy/public_html/staging/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php on line 454 and defined in /home/alkqflmy/public_html/staging/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php:592
Stack trace:
#0 /home/alkqflmy/public_html/staging/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php(454): Automattic\WooCommerce\Internal\ProductAttributesLookup\LookupDataStore->get_attribute_taxonomies(false)
#1 /home/alkqflmy/public_html/staging/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php(359): Automattic\WooCommerce\Internal\ProductAttributesLookup\LookupDataStore->create_data_for_variation(Object(WC_Product_Variation))
#2 /home/alkqflmy/public_html/staging/ in /home/alkqflmy/public_html/staging/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php on line 592
Let me know if this error gives any insight and if there’s a solution, thanks.