Jump to content

Error PrestaShopDatabaseException


yamamoto

Recommended Posts

Hola a tod@s no puedo entrar en el backofice de mi tienda prestashop. Tod a venido a causa de actualizar modulos.

 

Me sale esto: Me podéis ayudar por favor?

Gracias de antemano

 

Unknown column 'a.hide' in 'where clause'
 

SELECT a.`id_ps_advice`, a.`selector`, a.`location`, al.`html`
FROM `ps_advice` a

            LEFT JOIN `ps_advice_lang` al ON al.`id_advice` = a.`id_advice`
            LEFT JOIN `ps_tab_advice` at ON at.`id_advice` = a.`id_advice`
WHERE (
            a.`validated` = 1 AND
            a.`hide` = 0 AND
            al.`id_lang` = 1 AND
            at.`id_tab` = 1 AND
            ((a.`start_day` = 0 AND a.`stop_day` = 0) OR (21 >= a.`start_day` AND 21 <= a.`stop_day`)))


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

 

601.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
602.         }
603.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
604.         {
605.             if ($sql)
606.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
607.             throw new PrestaShopDatabaseException($this->getMsgError());
608.         }
609.     }
610.
611.     /**
Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...