dariodipa Posted October 10, 2014 Share Posted October 10, 2014 (edited) Hi, when i modify a client, or change a status order, then blank page appear, i activated error log, and this appear: error when i edit client [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` = 26 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 327 - modules/blockwishlist/blockwishlist.php] - [1 Arguments] BlockWishList->hookAdminCustomers - [line 509 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 188 - config/smarty.config.inc.php] - [3 Arguments] error when i try see a new client : [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` = 27 AND id_shop = 1 ORDER BY w.`name` ASCat line 635 in file classes/db/Db.php 629. WebserviceRequest::getInstance()->setError(500, '[sql Error] '.$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 327 - modules/blockwishlist/blockwishlist.php] - [1 Arguments] BlockWishList->hookAdminCustomers - [line 509 - classes/Hook.php] - [1 Arguments] when i try register a new client, the same error, the web is dipa.com.ar Quote [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` = 27 AND id_shop = 1 ORDER BY w.`name` ASCat line 635 in file classes/db/Db.php 629. WebserviceRequest::getInstance()->setError(500, '[sql Error] '.$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 46 - controllers/front/MyAccountController.php] MyAccountControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Edited October 11, 2014 by dariodipa (see edit history) Link to comment Share on other sites More sharing options...
dariodipa Posted October 10, 2014 Author Share Posted October 10, 2014 (edited) when i try register a new client, the same error, the web is dipa.com.ar Edited October 10, 2014 by dariodipa (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted October 11, 2014 Share Posted October 11, 2014 try to reinstall wishlist module 2 Link to comment Share on other sites More sharing options...
dariodipa Posted October 11, 2014 Author Share Posted October 11, 2014 sooooooooooooo easy thanks Vekia Link to comment Share on other sites More sharing options...
Recommended Posts