<input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020
06:03 AM
07-27-2020
06:03 AM
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.
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020
06:23 AM
07-27-2020
06:23 AM
Re: Cannot create account or login
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
It may help!
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Problem solved? Click Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2020
06:26 AM
07-27-2020
06:26 AM
Re: Cannot create account or login
Thanks so much sir , I will try this 
