Jump to content

PROBLEME SUR BASE DE DONNEE


Recommended Posts

Salut la famille je rencontre un problème dont je ne  sais comment corriger 

je suis pas dev a la base , donc j aimerai que vous m aidiez a analyser le problème.

comment corriger l erreur de la 769 ,?

MERCI

 

[PrestaShopDatabaseException]
Table 'dbs187052.OMA_connections' doesn't exist


SELECT SQL_NO_CACHE `id_guest`
				FROM `OMA_connections`
				WHERE `id_guest` = 0
					AND `date_add` > '2020-03-06 00:16:00'
					 AND id_shop IN (5) 
				ORDER BY `date_add` DESC LIMIT 1

at line 769 in file classes/db/Db.php
764.         if ($webservice_call && $errno) {
765.             $dbg = debug_backtrace();
766.             WebserviceRequest::getInstance()->setError(500, '[SQL Error] ' . $this->getMsgError() . '. From ' . (isset($dbg[3]['class']) ? $dbg[3]['class'] : '') . '->' . $dbg[3]['function'] . '() Query was : ' . $sql, 97);
767.         } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) {
768.             if ($sql) {
769.                 throw new PrestaShopDatabaseException($this->getMsgError() . '<br /><br /><pre>' . $sql . '</pre>');
770.             }
771. 
772.             throw new PrestaShopDatabaseException($this->getMsgError());
773.         }
774.     }

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...