Antakarana Posted September 13, 2014 Share Posted September 13, 2014 (edited) Hi everybody, I have a strange issue when trying to view any of our customer details. First I go to customer's page and I select any of the customers to enter into their detail profile: But then instead of the detail page I see this strange White page without the usual BackOffice looking (also notice the "fatal error" messange at the end). It is like if any class was lost: Any idea about fixing that??? Thanks! Edited September 14, 2014 by Antakarana (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted September 14, 2014 Share Posted September 14, 2014 turn on errors and reproduce see if you get better error info http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ did you modify the back office theme? Link to comment Share on other sites More sharing options...
Antakarana Posted September 14, 2014 Author Share Posted September 14, 2014 (edited) turn on errors and reproduce see if you get better error info http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/ did you modify the back office theme? Hi, Thanks for your answer.... I haven't modified anything from BackOffice files. Actualy I don't know how to modify them... I have set the debug information on and this is what I get when entering to the customer profile view: I post the complete code here: [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` = 581 AND id_shop = 1 ORDER BY w.`name` ASC at 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] HookCore::exec - [line 188 - config/smarty.config.inc.php] - [3 Arguments] smartyHook - [line - ] - [2 Arguments] call_user_func_array - [line 241 - config/smarty.config.inc.php] - [2 Arguments] SmartyLazyRegister->__call - [line 802 - cache/smarty/compile/4e/27/92/4e27926f1a6e6a6636dcbecbbc677965ff86a8c1.file.view.tpl.php] - [2 Arguments] SmartyLazyRegister->smartyHook - [line 802 - cache/smarty/compile/4e/27/92/4e27926f1a6e6a6636dcbecbbc677965ff86a8c1.file.view.tpl.php] - [2 Arguments] content_54147b0f7a1715_32912271 - [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 2075 - classes/controller/AdminController.php] AdminControllerCore->renderView - [line 817 - controllers/admin/AdminCustomersController.php] AdminCustomersControllerCore->renderView - [line 1782 - classes/controller/AdminController.php] AdminControllerCore->initContent - [line 190 - controllers/admin/AdminCustomersController.php] AdminCustomersControllerCore->initContent - [line 180 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 54 - admin/index.php] Edited September 14, 2014 by Antakarana (see edit history) Link to comment Share on other sites More sharing options...
qwerty32 Posted September 14, 2014 Share Posted September 14, 2014 Just the same error. Problem in wishlist module after upgraid.. Switch it off- and customer details will work.. Waiting for bugfix in wishlist mod. 2 Link to comment Share on other sites More sharing options...
Antakarana Posted September 14, 2014 Author Share Posted September 14, 2014 (edited) Just the same error. Problem in wishlist module after upgraid.. Switch it off- and customer details will work.. Waiting for bugfix in wishlist mod. Great! It works! thanks... However as you mention this is not a real solution... this is only a temorary solution... So should I add "solved" to the title of the post? Edited September 14, 2014 by Antakarana (see edit history) 1 Link to comment Share on other sites More sharing options...
El Patron Posted September 14, 2014 Share Posted September 14, 2014 uninstall and delete the current wishlist, then install the latest. this has worked for others. 2 Link to comment Share on other sites More sharing options...
Antakarana Posted September 14, 2014 Author Share Posted September 14, 2014 (edited) Thansk El Patron! Uninstalling the module and reinstalling it has fixed the problem... Edited September 14, 2014 by Antakarana (see edit history) 1 Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2014 Share Posted September 14, 2014 so we have a couple of errors related to this module at the moment another FAIL from module upgrades... well, i think that it will be much better if there (in ps) will be no upgrades engine 3 Link to comment Share on other sites More sharing options...
THaus Posted September 18, 2014 Share Posted September 18, 2014 Prestashop shouldn't indicate 'an update is available' if the modules are not tested. There is somewhat of a trust factor if prestashop offers to 'upgrade all modules'. If I can't rely on this, can I rely on prestashop? I just launched my first website with it and its scary! I had the same issue. 2 Link to comment Share on other sites More sharing options...
labeleng Posted October 24, 2014 Share Posted October 24, 2014 Hello Everyone, I need help too I have similar problem but it is slightly different my back office customer view does not work properly see screen shot If i click to view a customer i get the following error Link to comment Share on other sites More sharing options...
bruno.vieira.costa Posted November 9, 2014 Share Posted November 9, 2014 Thanks!!! Uninstall module and works fine!!! Link to comment Share on other sites More sharing options...
SandraDW Posted November 21, 2014 Share Posted November 21, 2014 Prestashop shouldn't indicate 'an update is available' if the modules are not tested. There is somewhat of a trust factor if prestashop offers to 'upgrade all modules'. If I can't rely on this, can I rely on prestashop? I just launched my first website with it and its scary! I had the same issue. I agree! Prestashop should be far more stable and tested briefly before they launch new versions! Today we (the Prestashop users and shop owners) are to busy solving "code" problems instead of selling our products. Link to comment Share on other sites More sharing options...
remalia Posted September 30, 2016 Share Posted September 30, 2016 The problem insists in the latest update 1.6.1.7 Will it be a stable release for this module??? Its 2016 and we still have this error?! Crazy!!! Link to comment Share on other sites More sharing options...
Recommended Posts