foockinho Posted November 2, 2013 Share Posted November 2, 2013 (edited) Ok the solution was disable the developer mode... i dont know if this error is replicable on other sites, but if it is, it could be great to put some warning on back office. thanks! ------------------- hi i`ve just finished the migration of ps from one server account to another (same server, ISP config panel) when i try to create a customer account i get: TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror the site is http://www.jaisaeducativos.net on browser inspector console i get [WARNING][sat, 02 Nov 2013 22:14:57 GMT]: No form mappings set up yet. XHR finished loading: "http://jaisaeducativos.net/index.php?controller=authentication". jquery-1.7.2.min.js:4 sendjquery-1.7.2.min.js:4 f.extend.ajaxjquery-1.7.2.min.js:4 submitFunctionindex.php?controller=authentication&back=my-account:424 (anonymous function)index.php?controller=authentication&back=my-account:417 f.event.dispatchjquery-1.7.2.min.js:3 h.handle.ijquery-1.7.2.min.js:3 i tried removing mobile theme, disabling paypal module, editing authentication.tpl adding url: baseUri + '?controller=authentication', and the error is still there... i read somthing about ssl? redirections? ajax js firewall caching or blocking? please some help @vekia ? Edited November 7, 2013 by foockinho (see edit history) 1 Link to comment Share on other sites More sharing options...
Павел Posted November 6, 2013 Share Posted November 6, 2013 Looks like you found a solution to the problem. Share how you solved it Link to comment Share on other sites More sharing options...
Big Bait Records Posted January 16, 2014 Share Posted January 16, 2014 I have the same problem with the "Create an Account"-button. Customer account creation is not possible. I didn't change anything since my last check, so I have no idea what caused this error. Tried every solution i could find in the forums including removing mobile theme, editing authentication.tpl adding url: baseUri + '?controller=authentication', - nothing works. Can anyone help me please? my shop address: http://bigbaitrecords.com/shopII/index.php TECHNICAL ERROR: unable to load form.Details:Error thrown: [object Object]Text status: parsererror Thanks a lot! Link to comment Share on other sites More sharing options...
Optimus_Sam Posted February 12, 2014 Share Posted February 12, 2014 Yes i have the same problem. Anyone have an idea? Tried previous solutions aswell without succes... Link to comment Share on other sites More sharing options...
El Patron Posted February 12, 2014 Share Posted February 12, 2014 the original poster stated " Ok the solution was disable the developer mode." file: config/settings.inc.php /* Debug only */ define('_PS_MODE_DEV_', true); to /* Debug only */ define('_PS_MODE_DEV_', false); note: if this does not solve your question then I would open a new post as not many look at topics marked solved. Link to comment Share on other sites More sharing options...
sduran Posted October 20, 2015 Share Posted October 20, 2015 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 http://skyway.mx/inicio-sesion?back=my-account 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 Link to comment Share on other sites More sharing options...
cperez Posted February 16, 2016 Share Posted February 16, 2016 Hi everyone!! I've got the same problem. Did you solve it? Thanks Link to comment Share on other sites More sharing options...
niczchin.pl Posted September 29, 2017 Share Posted September 29, 2017 Hi, Any update? I have the same problem. It probably happened after migration from one server to another. Web site address is: www.niczchin.pl Many thanks in advance. Piotr Link to comment Share on other sites More sharing options...
Recommended Posts