Frédéric BAC Posted January 15, 2014 Share Posted January 15, 2014 Bonjour, Je suis en 1.5.6.0 Dans mon BO il était écrit maj disponible (module expérience si mes souvenirs sont bons). J'ai cliqué sur "mettre à jour" et voilà mon BO : [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 (15 >= a.`start_day` AND 15 <= a.`stop_day`))) at line 613 in file classes/db/Db.php607. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$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. Bref mon front office fonctionne parfaitement, mais mon BO ne va plus./ C'est ennuyeux... Merci de votre aide, Bien cordialement, Link to comment Share on other sites More sharing options...
Frédéric BAC Posted January 15, 2014 Author Share Posted January 15, 2014 Bonjour, Je suis en 1.5.6.0 Dans mon BO il était écrit maj disponible (module expérience si mes souvenirs sont bons). J'ai cliqué sur "mettre à jour" et voilà mon BO : Quote [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 (15 >= a.`start_day` AND 15 <= a.`stop_day`))) at line 613 in file classes/db/Db.php607. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$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. Bref mon front office fonctionne parfaitement, mais mon BO ne va plus./ C'est ennuyeux... Merci de votre aide, Bien cordialement, Link to comment Share on other sites More sharing options...
Frédéric BAC Posted January 15, 2014 Author Share Posted January 15, 2014 Je me réponds à moi-même : Pour une raison que j'ignore la MAJ du module "expertise prestashop" n'a pas fonctionné sur mon 1.5.6.0. : perte du BO avec msg d'erreur ci-dessus. Solution : -> reprendre un prestashop 1.5.6.0 vierge, -> supprimer sur le serveur le module "gamification" -> uploader par ftp un module neuf gamification SI ça peut servir... Cordialement, 1 Link to comment Share on other sites More sharing options...
Vincent Terenti Posted January 23, 2014 Share Posted January 23, 2014 Bonjour Frederic, Vous rappelez-vous de la version du module vers laquelle vous avez essayé de mettre à jour et qui posait problème, était-ce la 1.7.4? Nous avons eu un soucis avec cette version du module, vous pouvez mettre à jour vers la 1.7.5 sans soucis. Bien cordialement, Link to comment Share on other sites More sharing options...
Frédéric BAC Posted January 23, 2014 Author Share Posted January 23, 2014 Bonjour Vincent, Merci de votre réponse : je ne sais pas mais là, dans mon BO, c'est encore la 1.7.4 qui l'est proposée... Que faire ? Bien cordialement, Link to comment Share on other sites More sharing options...
Vincent Terenti Posted January 23, 2014 Share Posted January 23, 2014 Pouvez-vous dans config/xml supprimer tous les fichiers .xml? Ça devrait être bon Link to comment Share on other sites More sharing options...
Frédéric BAC Posted January 25, 2014 Author Share Posted January 25, 2014 Bonjour Vincent, Sauf erreur de ma part toujours le même problème avec 1.7.5. Les autres modules (éditeur, paypal, et commentaires produits) bien mis à jour. Sorry... Bien cordialement, Fred. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now