Jump to content

Error [PrestaShopDatabaseException] en prestashop 1.6


cesar fdez

Recommended Posts

 
buenos días 
Necesito AYUDA URGENTE 
Hoy por la mañana cuando intento acceder a mi web (www.stylum.es) no me lo permite y me sale un mensaje : (copio y pego)
Desde 1and1 me dicen que eso es de la base de datos y que no pueden hacer nada . 
Si alguien me puede ayudar
Muchas gracias

[PrestaShopDatabaseException]

Unknown column 'cl.id_shop' in 'where clause'


SELECT cl.`meta_title`, cl.`link_rewrite`
FROM `t89v051v80cms_lang` cl
INNER JOIN `t89v051v80cms` c
ON (cl.`id_cms` = c.`id_cms`)
WHERE cl.`id_cms` = 2
AND (c.`active` = 1 OR c.`id_cms` = 1)
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1 LIMIT 1

at line 639 in file classes/db/Db.php
634. WebserviceRequest::getInstance()>setError(500, '
 '.$this>getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
635. }
636. elseif (PS_DEBUG_SQL && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
637. {
638. if ($sql)
639. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
640. throw new PrestaShopDatabaseException($this->getMsgError());
641. }
642. }
643. 
644. /**
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...