Jump to content

TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererro


Recommended Posts

Bonjour à tous,

 

J'ai un problème lorsque je je veux inscrire un client sur mon site.

J'ai en retour cette erreur : TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror

Sous Prestashop 1.6

 

Pouvez vous me donner un coup de pouce 

Merci 

Link to comment
Share on other sites

  • 4 months later...
I have a big problem with my onlineshop http://www.skyway.mx

I have an authentication error and happens when the client wants to create an account. I have read many possible solutions and I could not fix mine


 

The error is:

TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror

 

For more details of the problem I went to the Theme folder, authentication.js made a change on the line 82:

 

error = "TECHNICAL ERROR: unable to load form.\n\nDetails:\nError thrown: " + XMLHttpRequest + "\n" + 'Text status: ' + textStatus;

 

to

 

error = "TECHNICAL ERROR: unable to load form.\n\nDetails:\nError thrown: " + errorThrown + "\n" + 'Text status: ' + textStatus; 

 

And the mistake was more explicit, the result was as follows:

TECHNICAL ERROR: unable to load form. Details: Error thrown: SyntaxError: Unexpected token < Text status: parsererror

 

I appreciate the support that this community has provided, and that helped me solve many cases. Only I could with this problem and I'm a little stressed.
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...