Missing WooCommerce SQL Tables
-
Hi,
I’m using MultilingualPress Version 2.11.1, the latest version of WordPress, the latest version of all plugins alongside a custom theme.
When I’m duplicating sites I’m encountering an issue where WooCommerce is not fully functional on the new subdomains I’ve created (eg. en. OR au.).
After investigating the issue I found that there were lot’s of missing SQL tables. I’ve recreated these tables now in PHPMyAdmin e.g.
CREATE TABLE <code>loicko2_3_woocommerce_attribute_taxonomies</code> ( <code>attribute_id</code> bigint(20) UNSIGNED NOT NULL, <code>attribute_name</code> varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, <code>attribute_label</code> varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, <code>attribute_type</code> varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, <code>attribute_orderby</code> varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, <code>attribute_public</code> int(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
Which resolves the issues I’m encountering, however, I’d like to avoid the job of manually recreating tables each time I add a site.
Any ideas what could create a bug along these lines?
Thanks
EDIT – By the way, in your ‘read this before posting’ comment there is a bit of a typo. “please don’t post any sensible data publicly!”
…should read “please don’t post any sensitive data publicly!”
- This topic was modified 6 years, 4 months ago by .
- This topic was modified 6 years, 4 months ago by . Reason: Edit added to end
The page I need help with: [log in to see the link]
- The topic ‘Missing WooCommerce SQL Tables’ is closed to new replies.