最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

woocommerce offtopic - woocommerce_sessions - Table does not exist

programmeradmin0浏览0评论

Woocommerce shop - Cart empty after adding products for logged out users only. Woocommerce status error : woocommerce_sessions Table does not exist in woocommerce.

I tried deactivating and reactivating plugin. Tried repairing database but got the following error: woocommerce_sessions] Error: Table w'p_woocommerce_sessions' doesn't exist

Tried adding table with SQL query and but I get a 'table exist error'.

CREATE TABLE `xxx`.`wp_woocommerce_sessions` ( `session_id` BIGINT(20) NOT NULL AUTO_INCREMENT , `session_key` CHAR(32) NOT NULL , `session_value` LONGTEXT NOT NULL , `session_expiry` BIGINT(20) NOT NULL , PRIMARY KEY (`session_key`(32)), UNIQUE `UNIQUE` (`session_id`(20))) ENGINE = MyISAM;
发布评论

评论列表(0)

  1. 暂无评论