sduran Posted October 20, 2015 Share Posted October 20, 2015 (edited) Hello greetings and thanks for all your comments. 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 http://skyway.mx/ini...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 - Sergio Duran I tried this and no ones works: (pleas help) 1- config/defines.inc.php define('_PS_MODE_DEV_', false); 2- back office-->advanced parms-->performance, set javascript load top 3- Restart lenguages Edited October 20, 2015 by sduran (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted October 20, 2015 Share Posted October 20, 2015 Hi, see if this posts resolves your issue. https://www.prestashop.com/forums/topic/316966-technical-error/ suerte, el Link to comment Share on other sites More sharing options...
El Patron Posted October 21, 2015 Share Posted October 21, 2015 Thanks, the solution that i find was in https://www.prestashop.com/forums/topic/451248-error-en-la-creaci%C3%B3n-de-usuarios/?do=findComment&comment=2170357 native modules off in performance. thanks a lot Thanks for letting us know and very happy you sorted it out. Now you sleep a little better. happy day Link to comment Share on other sites More sharing options...
sduran Posted October 21, 2015 Author Share Posted October 21, 2015 Thanks, the solution that i find was in https://www.prestashop.com/forums/topic/451248-error-en-la-creaci%C3%B3n-de-usuarios/?do=findComment&comment=2170357 native modules off in performance. thanks a lot 1 Link to comment Share on other sites More sharing options...
sduran Posted October 21, 2015 Author Share Posted October 21, 2015 The problem commonly occurs when a module or modification attempts to write JavaScript code in the header, I suggest that temporarily modules nonnative you disable Performance tab and see if the problem persists or disappears, should disappear for now you'll have the answer. El problema comunmente sucede cuando algun modulo o modificacion intenta escribir codigo JavaScript en el header, te sugiero que en la pestaña Rendimiento deshabilites temporalmente los modulos NO nativos y veas si el problema persiste o desaparece, en caso de desaparecer pues ya tendras la respuesta. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now