Jump to content

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


Recommended Posts

Hi,

 

I need some help, please.

 

I can't create new accounts from the autentication page. Clicking on the button to create an new account, the page returns the following error:

 

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

 

And the form does not open.

 

I searched for a solution through the forums and Internet before creating this thread, but it did not work nothing. 

 

These are some of the things I've tried:

 

- I have not done any translation directly modifying files, Forever I have done from the backend. But just in case I have checked that all files are properly encoded in UTF 8.

 

- I have disabled the mobile theme.

 

- I deleted the cache memory on several occasions from the backend, also through ftp erasing all files in the folders: /cache/smarty/cache and /cache/smarty/compiled

 

- I probed to completely disable cache and CCC

 

- I increased the value of max_execution_time in php.ini to 180

 

- I upgraded to version 5.4 php

 

None of this has worked, the error persists.

 

The only thing that serves is to disable the option: move javascript to the end, in the CCC options. But this causes stop the AJAX cart module function and other several errors.

 

My shop use de 1.6.0.14 version of prestashop.

 

My server use ningx and php-fpm over ningx, memcache and version 5.4 of PHP.

 

I appreciate any help in this regard.

post-40237-0-97548300-1435338626_thumb.png

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 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.

 

Thanks - Sergio Duran

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
I have the same problem and it's caused by the Kaspersky Internet Security. KIS2015 considered it's Phishing and blocking the internet connection from my store URL.

 

Try add your URL to the KIS "Trusted Web Pages" and test.

 

I have KIS in Portuguese, but i think this is the correct steps:

In your KIS click on Settings -  Protection Center - Web Anti-Virus - Advanced Settings - Configure Trusted Web pages - Add your URL to the Trusted Web Pages (don't forget the * at the end of the URL) and Activate.

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