Jump to content

[solved] Order finalisation problem


Recommended Posts

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.     /**

 

 

SOLVED : Module reinstalled

Edited by vin-100 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...