Perla2018 Posted January 26, 2015 Share Posted January 26, 2015 i have this problem in presta 1.6.0.11 When I go to customers: [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` = 516 AND id_shop = 1 ORDER BY w.`name` ASC at line 639 in file classes/db/Db.php 634. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);635. }636. elseif (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))637. {638. if ($sql)639. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');640. throw new PrestaShopDatabaseException($this->getMsgError());641. }642. }643. 644. /** DbCore->displayError - [line 333 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 509 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 203 - modules/blockwishlist/WishList.php] - [1 Arguments] WishList::getByIdCustomer - [line 321 - modules/blockwishlist/blockwishlist.php] - [1 Arguments] BlockWishList->hookAdminCustomers - [line 512 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 194 - config/smarty.config.inc.php] - [3 Arguments] smartyHook - [line - ] - [2 Arguments] call_user_func_array - [line 247 - config/smarty.config.inc.php] - [2 Arguments] SmartyLazyRegister->__call - [line 843 - cache/smarty/compile/75/f9/1d/75f91d9dd25c44a400c7cd3c7599ba3fcec78a87.file.view.tpl.php] - [2 Arguments] SmartyLazyRegister->smartyHook - [line 843 - cache/smarty/compile/75/f9/1d/75f91d9dd25c44a400c7cd3c7599ba3fcec78a87.file.view.tpl.php] - [2 Arguments] content_54c689c0376144_00696189 - [line 188 - tools/smarty/sysplugins/smarty_internal_templatebase.php] - [1 Arguments] Smarty_Internal_TemplateBase->fetch - [line 114 - classes/helper/Helper.php] HelperCore->generate - [line 59 - classes/helper/HelperView.php] HelperViewCore->generateView - [line 2146 - classes/controller/AdminController.php] AdminControllerCore->renderView - [line 822 - controllers/admin/AdminCustomersController.php] AdminCustomersControllerCore->renderView - [line 1829 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 191 - controllers/admin/AdminCustomersController.php] AdminCustomersControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 374 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Link to comment Share on other sites More sharing options...
bellini13 Posted January 27, 2015 Share Posted January 27, 2015 maybe try to uninstall and then re-install the wishlist module Link to comment Share on other sites More sharing options...
Perla2018 Posted January 27, 2015 Author Share Posted January 27, 2015 Thanks I have done as you said it works SOLVED 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