tabare Posted January 20, 2014 Share Posted January 20, 2014 (edited) 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. /** DbCore->displayError - [line 313 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 488 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 96 - modules/gamification/classes/Advice.php] - [1 Arguments] Advice::getValidatedByIdTab - [line 145 - modules/gamification/gamification.php] - [1 Arguments] Gamification->hookDisplayBackOfficeHeader - [line 473 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 1869 - classes/controller/AdminController.php] - [2 Arguments] AdminControllerCore->init - [line 150 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - admin2512/index.php] - [0 Argument] EDIT: A nivel de hosting me comentan que nada, que es cosa de prestashop y no suya. Edited January 20, 2014 by tabare (see edit history) Link to comment Share on other sites More sharing options...
tabare Posted January 20, 2014 Author Share Posted January 20, 2014 Resuelto, solo hay que eliminar el modulo "Gamification" Link to comment Share on other sites More sharing options...
Recommended Posts