
Not applicable

Not applicable
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2017
07:09 AM
04-14-2017
07:09 AM
Frontend / custommer login fails on chrome.
Magento 1.9.3.2 with Porto Theme.
Does any one have a solution for me?
I have done all the Google solutions but they have no effect at all.
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018
12:32 AM
04-11-2018
12:32 AM
The answer is that your theme does not supply a variable called form_key.
Just as stated above I have to add:
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />
you add it right after <ul class="form-list">
to each one of my login.phtml files for the theme.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018
11:21 PM
04-10-2018
11:21 PM
Re: Custommer / Frontend login fails on chrome 1.9.3.2 with Porto Theme
@Anonymous,
did you find any solution for this problem?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2018
12:32 AM
04-11-2018
12:32 AM
The answer is that your theme does not supply a variable called form_key.
Just as stated above I have to add:
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey(); ?>" />
you add it right after <ul class="form-list">
to each one of my login.phtml files for the theme.