[PrestaShopDatabaseException]

UPDATE command denied to user 'iqshoppitidb'@'10.11.20.143' for table 'ps_beauty__configuration'

UPDATE `ps_beauty__configuration` SET `value` = '1711645205',`date_upd` = '2024-03-28 18:00:05' WHERE `name` = 'update_uecookie' AND id_shop = 1 LIMIT 1

at line 646 in file classes/db/Db.php

641. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
642. 		}
643. 		elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
644. 		{
645. 			if ($sql)
646. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
647. 			throw new PrestaShopDatabaseException($this->getMsgError());
648. 		}
649. 	}
650. 
651. 	/**