amandine romi Posted April 2, 2018 Share Posted April 2, 2018 Bonjours, J'ai un soucis si quelqu'un peut m'éclairer. Apres avoir régler 2-3 chose dans mes modules et positions Je n'est plus accès à mon site internet sa m'affiche sa: [PrestaShopDatabaseException] Unknown column 'id_shop' in 'where clause' SELECT * FROM `ps_info_lang` WHERE `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 at line 744 in file classes/db/Db.php 739. if ($webservice_call && $errno) { 740. $dbg = debug_backtrace(); 741. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97); 742. } elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS')) { 743. if ($sql) { 744. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>'); 745. } 746. 747. throw new PrestaShopDatabaseException($this->getMsgError()); 748. } 749. } DbCore->displayError - [line 378 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 643 - classes/db/Db.php] - [1 Arguments] DbCore->getRow - [line 262 - modules/ps_customtext/ps_customtext.php] - [1 Arguments] Ps_Customtext->getWidgetVariables - [line 251 - modules/ps_customtext/ps_customtext.php] - [2 Arguments] Ps_Customtext->renderWidget - [line 900 - classes/Hook.php] - [2 Arguments] HookCore::coreRenderWidget - [line 861 - classes/Hook.php] - [3 Arguments] HookCore::exec - [line 39 - controllers/front/IndexController.php] - [1 Arguments] IndexControllerCore->initContent - [line 205 - classes/controller/Controller.php] ControllerCore->run - [line 379 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Merci d'avance. Link to comment Share on other sites More sharing options...
doekia Posted April 2, 2018 Share Posted April 2, 2018 Ton module modules/ps_customtext/ps_customtext.php n'est pas correctement installé ou alors il est écrit avec les pieds Fait un reset du module, et si le problème persiste, désinstalle ce module Link to comment Share on other sites More sharing options...
BeComWeb Posted April 2, 2018 Share Posted April 2, 2018 Je confirme. J'ai eu le même bug tout à l'heure suite à l'upgrade d'une boutique en 1.7 et cette manipulation a réglé le problème Link to comment Share on other sites More sharing options...
amandine romi Posted April 3, 2018 Author Share Posted April 3, 2018 Merci beaucoup je mets l'info de coté si sa se reproduit .Du coup j'ai changer ma base de donnée avec une ancienne sauvegarde et sa refonctionne. 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