pipoleclown Posted February 6, 2016 Share Posted February 6, 2016 Bonjour J'ai une erreur un peu chiante. Lors de la création de compte d'un nouveau client, après la saisie du nom prénom etc, je me retrouve avec cette erreur : Fatal error: Call to undefined method AuthController::processCustomerNewsletter() in /home/piegeshe/www/www/controllers/front/AuthController.php on line 445 L'erreur du coup fait apparaitre un bug sur la page d'accueil comme vous pouvez le voir sur le screenshot (les ???? partout) Je n'ai aucune idée de ou cela peut venir, car en plus par moment ça enlève la ligne pour forcer le php 5 (je suis sur oh) dans mon .htaccess C'est vraiment handicapant, alors je vous remercies d'avance pour vos conseils Pipo Link to comment Share on other sites More sharing options...
pipoleclown Posted February 6, 2016 Author Share Posted February 6, 2016 Je me rend compte que je n'ai pas mis le lien du site qui est en prod pieges-henon.com Pipo Link to comment Share on other sites More sharing options...
pipoleclown Posted February 8, 2016 Author Share Posted February 8, 2016 Personne ne peut m'aider ? Link to comment Share on other sites More sharing options...
tuk66 Posted February 8, 2016 Share Posted February 8, 2016 Quelle est votre version? La méthode de AuthController::processCustomerNewsletter est nouveau dans PrestaShop 1.5. What is your version? The AuthController::processCustomerNewsletter method is new in PrestaShop 1.5. Link to comment Share on other sites More sharing options...
pipoleclown Posted February 8, 2016 Author Share Posted February 8, 2016 Salut et merci de votre réponse Je suis en 1.6.1.2 Pipo Link to comment Share on other sites More sharing options...
tuk66 Posted February 8, 2016 Share Posted February 8, 2016 Et avez-vous la méthode processCustomerNewsletter dans le /controllers/front/AuthController.php fichier? And do you have the processCustomerNewsletter method in the /controllers/front/AuthController.php file? Link to comment Share on other sites More sharing options...
pipoleclown Posted February 8, 2016 Author Share Posted February 8, 2016 Oui je l'ai, mais cette fonction était en commentaires Je l'ai donc activée, et maintenant quand on clic sur "mon compte" par ex j'ai cette erreur : Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in www/controllers/front/AuthController.php on line 364 Link to comment Share on other sites More sharing options...
tuk66 Posted February 9, 2016 Share Posted February 9, 2016 Vous devez avoir au moins la version de PHP 5.3. You need at least PHP version 5.3. https://www.prestashop.com/forums/topic/297057-t-paamayim-nekudotayim-error/ Link to comment Share on other sites More sharing options...
pipoleclown Posted February 9, 2016 Author Share Posted February 9, 2016 C'est possible de passer à cette version de PHP en hébergement OVH ? Link to comment Share on other sites More sharing options...
pipoleclown Posted February 9, 2016 Author Share Posted February 9, 2016 J'ai contacté OVH et je suis maintenant en PHP 5.4 Maintenant j'ai une autre erreur qui est Parse error: syntax error, unexpected 'var' (T_VAR) à la ligne 375 et voici la ligne 375 : var Blocknewsletter $module_newsletter; Merci d'avance Pipo Link to comment Share on other sites More sharing options...
pipoleclown Posted February 10, 2016 Author Share Posted February 10, 2016 pas d'idée ? 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