Jump to content

Erreur "unable to save account Details" sur la page Panier


Recommended Posts

Bonjour,

tout d'un coup j'ai commencé à recevoir l'erreur suivante sur la page Panier utilisé en mode One Page Checkout 

 

TECHNICAL ERROR: unable to save account Details: Error thrown: [object Object] Text status: parsererror

 

La console Firebug me donne le message suivant:

 

<br />

<b>Warning</b>:  Missing argument 2 for CustomerCore::resetAddressCache(), called in /home/dominator/classes/Address.php on line 174 and defined in <b>/home/dominator/classes/Customer.php</b> on line <b>426</b><br />
<br />
<b>Notice</b>:  Undefined variable: id_address in <b>/home/dominator/classes/Customer.php</b> on line <b>428</b><br />
{"hasError":false,"errors":[],"isSaved":true,"id_customer":51,"id_address_delivery":62,"id_address_invoice":62,"token":"2fab660db8ee96da807d535bec1a48a5"}
 
Il parait qu'il attend un argument qui manque.
 
Si je fais F5, je me retrouve avec l'utilisateur loggué...
 
URL de la boutique: dominator.cc
 
 
Merci de votre aide.
Link to comment
Share on other sites

Trouvé par moi même.

Dans le code du fichier config/defines.inc.php il doit bien avoir 

 

else
{
@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);
}
 
alors que lors de mes tests je l'avais oublié à ON
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...