vin-100 Posted January 6, 2015 Share Posted January 6, 2015 (edited) Good evening, I have been contacted by a customer that is facing problem after the selection of the delivery mode and I have the same problem. Independently of the delivery mode I have a blank page with the following message. I have not touched anything except changing the delivery fees (and customers have passed orders recently). Could you please tell me what to do ? Thanks a lot for your help [PrestaShopDatabaseException] Table 'p3755_3.ps_paypal_login_user' doesn't exist SELECT `id_paypal_login_user` FROM `ps_paypal_login_user` WHERE 1 AND `id_customer` = '37' at line 605 in file classes/db/Db.php 599. WebserviceRequest::getInstance()->setError(500, ' '.$this->getMsgError().'. From '.(isset($dbg[3]['class']) ? $dbg[3]['class'] : '').'->'.$dbg[3]['function'].'() Query was : '.$sql, 97);600. }601. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))602. {603. if ($sql)604. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');605. throw new PrestaShopDatabaseException($this->getMsgError());606. }607. }608.609. /** DbCore->displayError - [line 307 - classes/db/Db.php] - [1 Arguments] DbCore->query - [line 482 - classes/db/Db.php] - [1 Arguments] DbCore->executeS - [line 84 - modules/paypal/paypal_login/PayPalLoginUser.php] - [1 Arguments] PaypalLoginUser::getPaypalLoginUsers - [line 98 - modules/paypal/paypal_login/PayPalLoginUser.php] - [2 Arguments] PaypalLoginUser::getByIdCustomer - [line 786 - modules/paypal/paypal.php] - [1 Arguments] PayPal->getTrackingCode - [line 556 - modules/paypal/paypal.php] - [1 Arguments] PayPal->hookPayment - [line 419 - classes/Hook.php] - [1 Arguments] HookCore::exec - [line 516 - controllers/front/ParentOrderController.php] - [1 Arguments] ParentOrderControllerCore->_assignPayment - [line 379 - controllers/front/OrderController.php] - [0 Argument] OrderControllerCore->_assignPayment - [line 186 - controllers/front/OrderController.php] - [0 Argument] OrderControllerCore->initContent - [line 167 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] SOLVED : Module reinstalled DispatcherCore->dispatch - [line 28 - index.php] - [0 Argument] Edited January 6, 2015 by vin-100 (see edit history) 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