[NSFW] error after updation to version 4.3
-
Hi,
i made an update to woocommerce 4.3. The database structurce and the database rights are set to normal defined database standard of verison 4.3. When i am opoening the admin page of wp i am getting the following error message:?WooCommerce lzbD6m_wc_reserved_stock table creation failed. Does the wp_t82jn user have CREATE privileges on the wp_ridb2 database?“.
PHP-error log shows the following error message:
[10-Jul-2020 17:59:09 UTC] WordPress-Datenbank-Fehler Table ‘lzbd6m_wc_reserved_stock’ already exists für Abfrage
CREATE TABLE lzbD6m_wc_reserved_stock (
order_id
bigint(20) NOT NULL,
product_id
bigint(20) NOT NULL,
stock_quantity
double NOT NULL DEFAULT 0,
timestamp
datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
expires
datetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
PRIMARY KEY (order_id
,product_id
)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;
von require_once(‘wp-admin/admin.php’), do_action(‘admin_init’), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Blocks\Installer->install, Automattic\WooCommerce\Blocks\Installer->maybe_create_tables, Automattic\WooCommerce\Blocks\Installer->maybe_create_tableHow to resolve the issue?
- The topic ‘[NSFW] error after updation to version 4.3’ is closed to new replies.