Have you checked t_user table?
Quote from: MB Themes on July 14, 2022, 01:45:40 PMHave you checked t_user table?This is the Shockwave oc_t_userBut when importing after deleting the old tableAn error message appears#1005 - Can't create table `mas_mas `.`oc_t_user` (errno: 150 "Foreign key constraint is incorrectly formed")Now the number of users is zero
CREATE TABLE `oc_t_user` ( `pk_i_id` int(10) UNSIGNED NOT NULL, `dt_reg_date` datetime NOT NULL, `dt_mod_date` datetime DEFAULT NULL, `s_name` varchar(100) NOT NULL, `s_username` varchar(100) NOT NULL, `s_password` char(60) NOT NULL,
CREATE TABLE `oc_t_user` ( `pk_i_id` int(10) UNSIGNED NOT NULL PRIMARY KEY `dt_reg_date` datetime NOT NULL, `dt_mod_date` datetime DEFAULT NULL, `s_name` varchar(100) NOT NULL, `s_username` varchar(100) NOT NULL, `s_password` char(60) NOT NULL,