Hi everyone,
The registration on the front end is not working, every time i want to register an account the website page is refreshing i don't know why and i tried the different forums to find out what is the problem.
I tried the formkey :
<?php echo Mage::getSingleton('core/session')->getFormKey() ?>
t
i tried this too : <?php echo $this->getBlockHtml('formkey') ?>
but it doesn't work.
Is somebody could help me please ?
Thank you all.
Regards.
Solved! Go to Solution.
UPDATE:
I have just tried registering again with the same email address your validation errors are not showing at all so you will just see the page refresh.
Check your registration form template for
<?php echo $this->getMessagesBlock()->toHtml() ?>
Since when you started facing this issue? Did you deploy some code changes or any security patch?
Can you share the front end url?
Hi,
Thank's for your reply, I discover this malfunction a week ago. I just modified the .htaccess to make redirections to the home page when a customer enter a wrong url and that's it but when I found the problem I've change the .htaccess to an old one and it style doesn't work.
my website : www.macinfo.fr
I have come to your site. I think it is good. What exact thing you have problem on?
Have you tried the registration to create an account ? Is it working for you ?
Because i still have this problem. Every time I want to create an account, when i enter my personal information and click on "valider"("enter" in french), the page is refreshing and nothing happened and no account is creating.
Just tested it and it worked fine for me,
have you looked on the backend and checked what customers have been registered? If you have already registered your email address it won't let you register again.
UPDATE:
I have just tried registering again with the same email address your validation errors are not showing at all so you will just see the page refresh.
Check your registration form template for
<?php echo $this->getMessagesBlock()->toHtml() ?>
Hi,
In template/persistent/customer/form/register.phtml i have
<?php echo $this->getMessagesBlock()->toHtml() ?>
just before the <form> tag.
Regards
Hi it's working again
Thank you to your reply
Happy to help