andy_monta Posted March 3, 2021 Posted March 3, 2021 Hi everyone, I get this error code when I try to log into AdminCP. Is anybody able to identify the cause from the technical details? Apologies if this is in the wrong forum, it's the only place the site would let me post it (all other options were greyed out). Many thanks in advance for any help you can offer. INSERT INTO `core_members_known_ip_addresses` ( `device_key`, `member_id`, `ip_address`, `last_seen` ) VALUES ( 'd61ca2f6e89155701aab34d601931baa', 2, '108.173.104.247', 1614790907 ) ON DUPLICATE KEY UPDATE `device_key`=VALUES(`device_key`), `member_id`=VALUES(`member_id`), `ip_address`=VALUES(`ip_address`), `last_seen`=VALUES(`last_seen`) IPS\Db\Exception: INSERT command denied to user 'o228241'@'infong-eu118.clienthosting.eu' for table 'core_members_known_ip_addresses' (1142) #0 /homepages/42/d808034006/htdocs/system/Db/Db.php(937): IPS\_Db->preparedQuery('/*IPS\\Member\\_D...', Array) #1 /homepages/42/d808034006/htdocs/system/Member/Device.php(218): IPS\_Db->insert('core_members_kn...', Array, true) #2 /homepages/42/d808034006/htdocs/system/Member/Device.php(180): IPS\Member\_Device->logIpAddress('108.173.104.247') #3 /homepages/42/d808034006/htdocs/applications/core/modules/admin/system/login.php(97): IPS\Member\_Device->updateAfterAuthentication(false, Object(IPS\Login\Handler\Standard), false, false) #4 /homepages/42/d808034006/htdocs/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\system\_login->manage() #5 /homepages/42/d808034006/htdocs/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #6 /homepages/42/d808034006/htdocs/admin/index.php(14): IPS\_Dispatcher->run() #7 {main}
Recommended Posts