KIKOUN1 Posted September 15, 2015 Share Posted September 15, 2015 (edited) Hello, I need Help to solve this problem. On my Prestashop 1.6.1.1 client can registration is ok when user interface is in english, but in french it display: TECHNICAL ERROR: unable to load form. Details: Error thrown [Object Object] Text in another way after registration success in english, if you switch language to french you return automatiquely to registration first page. How could I change it. Thanks. ////////////////////////////////////////// Salut, j'ai besoin d'aide pour résoudre ce problème sur prestashop 1.6.1.1 l'inscription du client sur l'interface anglaise marche. cependant sur celle en français cela est impossible. plus grave, lorsque l'on réussit à passer à l'étape suivante avec l'interface anglaise il suffit de changer la langue pour le français pour revenir à la page d'inscription. c'est bizarre. voici le message d'erreur qui s'affiche: TECHNICAL ERROR: unable to load form. Details: Error thrown [Object Object] Text Merci! Edited September 15, 2015 by KIKOUN1 (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted September 15, 2015 Share Posted September 15, 2015 Link us to the site. Link to comment Share on other sites More sharing options...
KIKOUN1 Posted September 17, 2015 Author Share Posted September 17, 2015 The problem is solved! Thank You! KIKOUN Link to comment Share on other sites More sharing options...
KIKOUN1 Posted September 17, 2015 Author Share Posted September 17, 2015 In PHPMyadmin use utf8-general-ci or utf8-unicode-ci as collation parameter . After thet the registration will be ok for Egnlish or French client. Dans PHPMyadmin paramétrer l'Interclassement en utf8-general-ci or utf8-unicode-ci . Après cela le client francophone ou anglophone pour s'inscrire sur la boutique sans souci. Solution à partager car simple KIKOUN Link to comment Share on other sites More sharing options...
Derivo Posted October 2, 2015 Share Posted October 2, 2015 Hello friends. I have this problem again. I did change to utf8-general-ci It was working well. Now it is wrong again without any change from my part. Even after changing to utf8-general-ci it does not work. Location is Switzerland and german language. Any clues? Thank you PS 1.6.1.1 Link to comment Share on other sites More sharing options...
sduran Posted October 20, 2015 Share Posted October 20, 2015 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/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. Link to comment Share on other sites More sharing options...
tuk66 Posted October 20, 2015 Share Posted October 20, 2015 @sduran In this case, the response have to be JSON. Your shop responses (title tags are extra): <title></title> {"hasError":false,"errors":[],"page":"<h1 class=\"page-heading\">Crear una cuenta<\/h1>\n\n\n\t<!---->\n\t ... Link to comment Share on other sites More sharing options...
sduran Posted October 20, 2015 Share Posted October 20, 2015 @tuk66 Where cai i find this lines? i search in: authentication.js anthentication.tlp footer.tlp header.tlp es.tlp Link to comment Share on other sites More sharing options...
ofertadeportes Posted November 20, 2015 Share Posted November 20, 2015 Tengo Prestashop 1.6.1.0 - Plantilla SuperShop URL: http://www.ofertadeportes.com/inicio-sesion Problema al crear una cuenta nueva, al pulsar en el botón "regístrate" no aparece el formulario de registro. (Si se puede registrar al hacer un nuevo pedido nuevo) En alguna ocasion me ha aparecido este mensaje pero no siempre: TECHNICAL ERRROR: unable to load form. Details: Error thrown: [object Object] Text status: error Normalmente no hace nada y buscando en la consola de depuración veo esto: Uncaught TypeError: Cannot read property 'hasError' of null $.ajax.success @ authentication.js:53 j @ jquery-1.11.0.min.js:2 k.fireWith @ jquery-1.11.0.min.js:2 x @ jquery-1.11.0.min.js:4 b @ jquery-1.11.0.min.js:4 Link to comment Share on other sites More sharing options...
Recommended Posts