Database error – Duplicate key name 'location_type_code'
-
Hello!
In log file I see
[Thu Jun 23 03:41:16.449273 2016] [fcgid:warn] [pid 36210] [client xx.249.66.xx:54372] mod_fcgid: stderr: WordPress errore sul database Duplicate key name 'location_type_code' per la query ALTER TABLE wp_woocommerce_shipping_zone_locations ADD KEY location_type_code (location_type(40),location_code(90)) fatta da require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta, referer: https://xxxxxx/xxx/xxx/apparecchio-a-sospensione-led-tron-s-50w-cod-27249/?woocommerce_waitlist=5921
And this
[Thu Jun 23 03:41:17.706860 2016] [fcgid:warn] [pid 39873] [client xx.180.xx.24:54373] mod_fcgid: stderr: WordPress errore sul database Duplicate key name 'location_type_code' per la query ALTER TABLE wp_woocommerce_tax_rate_locations ADD KEY location_type_code (location_type(40),location_code(90)) fatta da require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('init'), call_user_func_array, WC_Install::check_version, WC_Install::install, WC_Install::create_tables, dbDelta
Every time for
Duplicate key name ‘location_type_code’
for altering TABLE
wp_woocommerce:shipping_zone_locations
or
wp_woocommerce_tax_rate_locationsHow can I prevent this error?
Thank you.
- The topic ‘Database error – Duplicate key name 'location_type_code'’ is closed to new replies.