Pieterkamp Posted October 2, 2014 Share Posted October 2, 2014 Na het updaten van alle modules krijg ik de volgende fout melding op de website. Iemand enig idee wat hier fout gaat. Website: detoys.nl Alvast bedankt! [PrestaShopDatabaseException]Unknown column 'w.default' in 'field list' SELECT w.`id_wishlist`, w.`name`, w.`token`, w.`date_add`, w.`date_upd`, w.`counter`, w.`default` FROM `ps_wishlist` w WHERE `id_customer` = 2 AND id_shop = 1 ORDER BY w.`name` ASCat line 635 in file classes/db/Db.php 629. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);630. }631. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))632. {633. if ($sql)634. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');635. throw new PrestaShopDatabaseException($this->getMsgError());636. }637. }638.639. /** DbCore->displayError - [line 325 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 501 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 203 - modules/blockwishlist/WishList.php] - [1 Arguments] WishList::getByIdCustomer - [line 154 - modules/blockwishlist/blockwishlist.php] - [1 Arguments] BlockWishList->hookTop - [line 509 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 448 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 7 - modules/smartblog/classes/controllers/FrontController.php] smartblogModuleFrontController->initContent - [line 13 - modules/smartblog/controllers/front/category.php] smartblogCategoryModuleFrontController->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Link to comment Share on other sites More sharing options...
peter4661 Posted October 5, 2014 Share Posted October 5, 2014 Na het updaten van alle modules krijg ik de volgende fout melding op de website. Iemand enig idee wat hier fout gaat. Website: detoys.nl Alvast bedankt! [PrestaShopDatabaseException]Unknown column 'w.default' in 'field list' SELECT w.`id_wishlist`, w.`name`, w.`token`, w.`date_add`, w.`date_upd`, w.`counter`, w.`default` FROM `ps_wishlist` w WHERE `id_customer` = 2 AND id_shop = 1 ORDER BY w.`name` ASC at line 635 in file classes/db/Db.php 629. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);630. }631. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))632. {633. if ($sql)634. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');635. throw new PrestaShopDatabaseException($this->getMsgError());636. }637. }638.639. /** DbCore->displayError - [line 325 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 501 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 203 - modules/blockwishlist/WishList.php] - [1 Arguments] WishList::getByIdCustomer - [line 154 - modules/blockwishlist/blockwishlist.php] - [1 Arguments] BlockWishList->hookTop - [line 509 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 448 - classes/controller/FrontController.php] - [1 Arguments] FrontControllerCore->initContent - [line 7 - modules/smartblog/classes/controllers/FrontController.php] smartblogModuleFrontController->initContent - [line 13 - modules/smartblog/controllers/front/category.php] smartblogCategoryModuleFrontController->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Hoi Pieterkamp, Zag dat je site off-line is. Deed je 'n update van modules via backoffice? Helaas is ons dat ook wel eens overkomen: www. derks-wielersport.nl . We hebben toen de files terug gezet uit de backup. Dat hielp ( in ons geval ). De foutmelding lijkt te maken te hebben met de module 'whishlist'. Misschien is die module uit te schakelen. Opschonen van cache backoffice/prestaties/cache Als je die route wil testen is het verstandig om eerst een backup te maken van de situatie zoals hij nu is. Groet, Peter Link to comment Share on other sites More sharing options...
musicmaster Posted October 30, 2014 Share Posted October 30, 2014 Ik weet niet of PS dit al gecorrigeerd heeft. Maar het is in ieder geval een tijdje een probleem geweest dat als je alle updates die Prestashop in je backoffice aanbeval uitvoerde je problemen kreeg als je PS 1.5 had omdat sommige van die upgrades alleen op 1.6 werkten. 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