Jump to content

Prestashopdatabaseexception


difust

Recommended Posts

Buenas tardes,

 

Despues de actualizar prestashop actualmente en 1.6.0.6.

 

Al intentar entrar desde el backoffice a una cuenta de cliente me lanza un mensaje de error.

 

Table 'difust160.ps_approvedcustomer' doesn't exist
 

			SELECT *			FROM `ps_approvedcustomer` ac			WHERE ac.`id_customer` = 195 and ac.`is_approved` = 0

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

629. 			WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);630. 		}631. 		else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))632. 		{633. 			if ($sql)634. 				throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');635. 			throw new PrestaShopDatabaseException($this->getMsgError());636. 		}637. 	}638. 639. 	/**

 

Me podeis ayudar ??

 

gracias

 

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...