admin管理员组文章数量:1429032
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;
本文标签: woocommerce offtopicwoocommercesessionsTable does not exist
版权声明:本文标题:woocommerce offtopic - woocommerce_sessions - Table does not exist 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745533231a2662155.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论