Jump to content

Error al iniciar webadmin de prestashop


Recommended Posts

Despues de intentar entrar, para instalar un modulo gratuito (better contact form) me salta este error:

[PrestaShopDatabaseException]

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 (20 >= a.`start_day` AND 20 <= a.`stop_day`)))


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

 

607.             WebserviceRequest::getInstance()->setError(500, '
 '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);
608.         }
609.         else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
610.         {
611.             if ($sql)
612.                 throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
613.             throw new PrestaShopDatabaseException($this->getMsgError());
614.         }
615.     }
616.
617.     /**

 

 

EDIT: A nivel de hosting me comentan que nada, que es cosa de prestashop y no suya.

Edited by tabare (see edit history)
Link to comment
Share on other sites

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