magento - not able to login on my website in my account -


I changed the template on my website and the first log was working very well but after entering the password the template Not working after login is not going through it even if I try to create a new account, even then it is not going into my account. Please check the links below ...

Please check that I have already tried these steps ...

Templates Go to / Customer / Form / Login .phtml and Template / Continuous / Customer / Form / login.phtml and

Add the code below to the entry form

getFormKey ();

I have checked the page code.

Please change this:

  & lt; Input type = "hidden" name = "form_key" value = "& lt ;? php echo mage :: getSingleton ('core / session') -> getFormKey ();? & Gt;" />   

with:

  & lt ;? Php echo $ this- & gt; GetBlockHtml ('formkey') ;? & Gt;   

Refresh the cache and check again.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -