Jump to content

[résolu]Problème finalisation commande ...Table 'p3755_3.ps_paypal_login_user' doesn't exist


Recommended Posts

Bonsoir, Je viens d'être contacté par un client qui rencontre un problème au moment du choix du mode de livraison.

Je viens de faire un test moi-même et lorsque je sélecte Mondial Relay ou transporteur express, j'ai une page blanche qui s'affiche avec ce qui est écrit ci-dessous qui s'affiche.

 

N'ayant fait aucune manip si ce n'est mettre à jour les frais de port, je ne comprends pas le soucis.

 

Comment "table 'p3755..." peut-elle ne pas exister ? j'ai déjà vendu sans problème avant ?

 

Que faut-il faire ?  Merci d'avance pour votre aide

 

Cordialement

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

 

 

RESOLU : Module réinstallé

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

  • 1 year later...

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