kollek Posted September 12, 2014 Share Posted September 12, 2014 Hi, I have problem with customer editing. When I click "edit" on a customer I see small details on it. But when I click on customer to see more details I see a white page with details (like txt file) and on the bottom of it i see fatal error. I saw in 1.5.6.2 changelog it should be corrected but I have 1.6.0.8 and still it appars. Can you help?Karol Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2014 Share Posted September 12, 2014 on the bottom of it i see fatal error. only "fatal error" or detailed information about issue? "debug mode" is turned on ? Link to comment Share on other sites More sharing options...
soupn Posted September 12, 2014 Share Posted September 12, 2014 Hello, I have the same problem. Everything was working fine, and today I´ve made and modules update and costumer details started to give fatal error. Theres another users with same problem: http://forge.prestashop.com/browse/PSCSX-2747 Link to comment Share on other sites More sharing options...
kollek Posted September 12, 2014 Author Share Posted September 12, 2014 The same issue like mine. I've just turned on debug mode and tried to open my domain and I saw that: [PrestaShopDatabaseException]Unknown column 'id_shop' in 'where clause' SELECT w.`id_wishlist`, w.`name`, w.`token`, w.`date_add`, w.`date_upd`, w.`counter` FROM `ps_wishlist` w WHERE `id_customer` = 346 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 192 - 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 37 - controllers/front/IndexController.php] IndexControllerCore->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...
kollek Posted September 12, 2014 Author Share Posted September 12, 2014 (edited) I turned off Wishlist module and now I can edit customer tab, so it works. I'm just wonder what's wrong is with Wishlist module. Edited September 12, 2014 by kollek (see edit history) Link to comment Share on other sites More sharing options...
soupn Posted September 12, 2014 Share Posted September 12, 2014 I turned off Wishlist module and now I can edit customer tab, so it works. I'm just wonder what's wrong is with Wishlist module. yes, when Wishlist module is turned off, the customer details are back to normal... Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2014 Share Posted September 12, 2014 perhaps you upgraded addons meanwhile? Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2014 Share Posted September 14, 2014 reinstall wishlist module, everything will be allright (i hope so) 1 Link to comment Share on other sites More sharing options...
kollek Posted September 15, 2014 Author Share Posted September 15, 2014 Yep! It works Vekia . Thank you for your support! Link to comment Share on other sites More sharing options...
vekia Posted September 15, 2014 Share Posted September 15, 2014 glad to hear that it works :-) well, it's an another problem with module updates in prestashop :/ topic marked as [solved] Link to comment Share on other sites More sharing options...
Recommended Posts