alaciga Posted January 29, 2014 Share Posted January 29, 2014 Bonjour, Sur Prestashop 1.5.5.0, thème Default, les nouveaux clients ne peuvent pas créer leur compte. La page http://www.exemple.com/authentification s'affiche bien mais lorsqu'on entre une adresse email dans le bloc de gauche et qu'on clique sur le bouton "créer votre compte" on ne change pas de page. L'email semble être lu par le script car si elle est mal formée (on lui retire le domaine par exemple), on obtient le message "adresse e-mail invalide" Bref, le bouton est actif mais on n'accède jamais à la page suivante. Si quelqu'un veut se rendre compte par lui-même, c'est http://www.alacigaretteelectronique.fr/ Je n'ai pas d'override j'ai restauré depuis une sauvegarde le fichier authentification.tpl Par contre, j'ai une erreur de type "Uncaught SyntaxError: Unexpected token ;" qui pointe sur $('#noSlide').html(jsonData.page); // adding a div to display a transition $('#center_column').html('<div id="noSlide">'+$('#center_column').html()+'</div>'); $('#noSlide').html(jsonData.page); // update the state (when this file is called from AJAX you still need to update the state) bindStateInputAndUpdate(); $(this).fadeIn('slow', function(){ document.location = '#account-creation'; }); }); $('#noSlide').html(jsonData.page); // update the state (when this file is called from AJAX you still need to update the state) bindStateInputAndUpdate(); $(this).fadeIn('slow', function(){ document.location = '#account-creation'; }); }); $('#noSlide').html(jsonData.page); bindStateInputAndUpdate(); } }, Je sèche. Merci d'avance pour votre aide alaciga Link to comment Share on other sites More sharing options...
alaciga Posted January 30, 2014 Author Share Posted January 30, 2014 Bonjour, Solutiion trouvée, je me réponds à moi-même pour ceux à qui ça pourrait arrivé. J'avais en fait un AuthController en override qui avait été installé par le module http://www.prestatoolbox.net/prestashop-free-modules/med_controlemail_free.zip Pas convaincu, je l'avais desinstallé mais l'override interceptait toujours le process d'enregistrement. La suppression de /override/controllers/front/AuthController.php a rétabli le fonctionnement normal. alaciga PS : désolé, je ne vois pas comment positionner ce topic en résolu Link to comment Share on other sites More sharing options...
alaciga Posted January 30, 2014 Author Share Posted January 30, 2014 Je me réponds et c'est résolu. J'avais en fait un override sur la fonction d'authentification. /override/controllers/front/AuthController.php installé par un module de contrôle d'e-mails (http://www.block-disposable-email.com/cms/help-and-usage/modules-standard-software/) Après suppression, problème résolu. alaciga 1 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