Advisuel Posted May 11, 2015 Share Posted May 11, 2015 (edited) Bonjour, J'ai un bug de connexion au compte en ayant mis un produit dans le panier sur une version 1.6 J'arrive sur la page d'accueil, je ne suis encore pas connecter à mon compte J'ajoute un produit dans le panier, je poursuit ma commande, arrive la page de connexion au compte, je rentre les coordonnées de connexion et au lieu de poursuivre dans le tunnel d'achat je suis rediriger vers la page d'accueil Help me ! Edited May 23, 2015 by Advisuel (see edit history) Link to comment Share on other sites More sharing options...
rem64 Posted May 12, 2015 Share Posted May 12, 2015 Passe le paramètre Debug à true et regarde les messages d'erreurs. Si possible post les ici. Link to comment Share on other sites More sharing options...
Advisuel Posted May 12, 2015 Author Share Posted May 12, 2015 Bonjour et merci pour l'aide Fatal error: require_once(): Failed opening required '_PS_CONFIG_DIR_autoload.php' (include_path='.:/usr/lib/php5.4') in /homepages/11/d424472521/htdocs/config/config.inc.php on line 56 Link to comment Share on other sites More sharing options...
Advisuel Posted May 12, 2015 Author Share Posted May 12, 2015 je suis tromper de fichier define en fait Link to comment Share on other sites More sharing options...
Advisuel Posted May 12, 2015 Author Share Posted May 12, 2015 voila j'ai sa : [Debug] This page has movedPlease use the following URL instead: http://www.phytosud.com/ Link to comment Share on other sites More sharing options...
rem64 Posted May 12, 2015 Share Posted May 12, 2015 1) Peut être un problème de redirection Peux tu essayer de regénérer ton fichier .htaccess dans préférence->seo->url simplifié. s'il y a 'oui' : tu mets non, tu enregistres puis te remets oui et tu réenregistres. S'il y a 'non' tu mets juste oui et tu enregistres. 2) QUe ce passe t'il lors de la connection avec "mon compte"? Link to comment Share on other sites More sharing options...
Advisuel Posted May 12, 2015 Author Share Posted May 12, 2015 c'est pariel après la régéneration du htaccess Par mon compte j'arrive sur la page du compte perso il n'y a que en arrivant du panier pour ce connecter que je suis rediriger vers l'accueil Link to comment Share on other sites More sharing options...
Advisuel Posted May 12, 2015 Author Share Posted May 12, 2015 (edited) c'est normal ce lien sur le bouton commander ?? http://www.phytosud.com/authentification?back=http % 3A % 2F % 2Fwww.phytosud.com % 2Fcommande % 3Fstep % 3D1 Edited May 12, 2015 by Advisuel (see edit history) Link to comment Share on other sites More sharing options...
rem64 Posted May 12, 2015 Share Posted May 12, 2015 Que ce passe t'il si le mode one-page-cheekout est activé? Que ce passe t'il si on tente de faire la même manip mais alors que l'utilisateur est déja logué? Link to comment Share on other sites More sharing options...
Advisuel Posted May 13, 2015 Author Share Posted May 13, 2015 One page checkout fonctionne Déja logué sa fonctionne aussi Link to comment Share on other sites More sharing options...
Advisuel Posted May 23, 2015 Author Share Posted May 23, 2015 (edited) Voila, mon développeur à fixer le BUG Si vous en avez besoin, vous pouvez le télécharger via mon Porfolio, http://www.advisuel.com, dans la rubrique Blog Edited November 2, 2015 by Advisuel (see edit history) Link to comment Share on other sites More sharing options...
Jal-art Posted October 31, 2015 Share Posted October 31, 2015 Bonjour, Merci pour le partage. Ce que je n'arrive toujours pas à comprendre, c'est pourquoi on ne retrouve pas le même schéma sur la démo de prestashop. Le correctif Advisuel pour la 1.6.1.2 Faites un override du fichier : /controllers/front/AuthController.php Ligne 338 : Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? urlencode($this->authRedirection) : $back)); A remplacer par : $back = $back ? $back : 'my-account'; if(substr($back,0,4)=='http') Tools::redirect(html_entity_decode($back)); else Tools::redirect('index.php?controller='.(($this->authRedirection !== false) ? urlencode($this->authRedirection) : $back)); 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