landom Posted July 18, 2014 Share Posted July 18, 2014 (edited) Hola a todos, la verdad estaba con algunos modulos y no se cual me termino dando este error... PrestaShopDatabaseException Unknown column 'a.weight' in 'field list' el frontend anda pero ni bien quiero entrar en el admin me tira ese error... como puedo hacer para corregir el tema? ojala me puedan ayudar gracias... edito y agrego mas informacion: SELECT a.`id_ps_advice`, a.`selector`, a.`location`, al.`html`, a.`weight`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` = 4 AND at.`id_tab` = 1 AND ((a.`start_day` = 0 AND a.`stop_day` = 0) OR (17 >= a.`start_day` AND 17 <= a.`stop_day`))) 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. /** Edited July 18, 2014 by landom (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts