cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot create account or login

Cannot create account or login

Hello,

 

Magento 1.9 

Cannot create accounts or login to accounts , eg :
https://www.audiobuy.hk/customer/account/create/

Try to create account and it just reloads the page.

Can someone please explain why this is happening , thinking of using Shopify or BC because Magento is bad for business at present.

2 REPLIES 2

Re: Cannot create account or login

Hi @audiobuy_llc 

 

In app/design/frontend/[package]/[theme]/template/customer/form/register.phtml and app/design/frontend/[package]/[theme]/template/persistent/customer/form/register.phtml

<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />

After

<input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
 

It may help!
Problem Solved? Please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!

Re: Cannot create account or login

Thanks so much sir , I will try this Smiley Happy