dikiy221 Posted October 9, 2022 Report Share Posted October 9, 2022 Не могу удалить пользователя. Логи: Цитата DELETE FROM `core_members_feature_seen` WHERE `member_id`=2 IPS\Db\Exception: Table 'u1742521_forum.core_members_feature_seen' doesn't exist (1146) #0 /var/www/u1742521/data/www/usemarket.ru/system/Db/Db.php(1297): IPS\_Db->preparedQuery('/*u1742521_foru...', Array) #1 /var/www/u1742521/data/www/usemarket.ru/applications/core/extensions/core/MemberSync/System.php(337): IPS\_Db->delete('core_members_fe...', Array) #2 /var/www/u1742521/data/www/usemarket.ru/system/Member/Member.php(4025): IPS\core\extensions\core\MemberSync\_System->onDelete(Object(IPS\Member)) #3 /var/www/u1742521/data/www/usemarket.ru/system/Member/Member.php(350): IPS\_Member->memberSync('onDelete') #4 /var/www/u1742521/data/www/usemarket.ru/applications/core/modules/admin/members/members.php(3076): IPS\_Member->delete(false) #5 /var/www/u1742521/data/www/usemarket.ru/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\members\_members->delete() #6 /var/www/u1742521/data/www/usemarket.ru/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #7 /var/www/u1742521/data/www/usemarket.ru/admin/index.php(13): IPS\_Dispatcher->run() #8 {main} Quote Link to comment Share on other sites More sharing options...
aLEX49566 Posted October 9, 2022 Report Share Posted October 9, 2022 А в др группу переместить и удалить? Quote Link to comment Share on other sites More sharing options...
AHristich Posted October 9, 2022 Report Share Posted October 9, 2022 В логе же указана ошибка 3 часа назад, dikiy221 сказал: Table 'u1742521_forum.core_members_feature_seen' doesn't exist (1146) т.е таблица 'u1742521_forum.core_members_feature_seen' не существует. Quote Link to comment Share on other sites More sharing options...
dikiy221 Posted October 9, 2022 Author Report Share Posted October 9, 2022 7 часов назад, aLEX49566 сказал: А в др группу переместить и удалить? Тоже самое) 6 часов назад, AHristich сказал: В логе же указана ошибка т.е таблица 'u1742521_forum.core_members_feature_seen' не существует. Есть возможность поделиться этой таблицей? Quote Link to comment Share on other sites More sharing options...
Respected Posted October 9, 2022 Report Share Posted October 9, 2022 CREATE TABLE `core_members_feature_seen` ( `member_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Member ID', `feature_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`feature_id`,`member_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci by_ix and dikiy221 1 1 Quote Link to comment Share on other sites More sharing options...
dikiy221 Posted October 9, 2022 Author Report Share Posted October 9, 2022 23 минуты назад, Respected сказал: CREATE TABLE `core_members_feature_seen` ( `member_id` bigint(20) unsigned NOT NULL DEFAULT '0' COMMENT 'Member ID', `feature_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`feature_id`,`member_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci Спасибо за помощь. Проблема решена. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.