Solved! Go to Solution.
Hi @archanad,
I get error 500 when access to your store link. The problem maybe caused by your theme miss form key in login page and register page.
You can try open 2 files:
app\design\frontend\your_theme_package\default\template\persistent\customer\form\login.phtml
app\design\frontend\your_theme_package\default\template\persistent\customer\form\register.phtml
After that, find code "<?php echo $this->getBlockHtml('formkey'); ?>" . If this files doesn't has this code, please the code: "<?php echo $this->getBlockHtml('formkey'); ?>" under form tag.
Hi @archanad,
I get error 500 when access to your store link. The problem maybe caused by your theme miss form key in login page and register page.
You can try open 2 files:
app\design\frontend\your_theme_package\default\template\persistent\customer\form\login.phtml
app\design\frontend\your_theme_package\default\template\persistent\customer\form\register.phtml
After that, find code "<?php echo $this->getBlockHtml('formkey'); ?>" . If this files doesn't has this code, please the code: "<?php echo $this->getBlockHtml('formkey'); ?>" under form tag.