1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Magento Framework

Discussion in 'PHP' started by rahulshendge, Feb 11, 2015.

  1. #1
    I just migrated my website. But I got a problem.

    My customers can't log in to their account. When click log in on log-in page. It should be log in on their account but it redirects the same page.
    This problem arise after upgrade magento from 1.7 to 1.9
    I'm very new to magento. Please Help me how to fix that?
     
    rahulshendge, Feb 11, 2015 IP
  2. mkrstic

    mkrstic Greenhorn

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    Do you have some additional backend account or that one is only one?
     
    mkrstic, Feb 16, 2015 IP
  3. jslirola

    jslirola Active Member

    Messages:
    39
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    58
  4. King-Servers

    King-Servers Greenhorn

    Messages:
    269
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    23
    #4
    Go to: /app/design/frontend/default/template-name/template/persistent/customer/form/

    and paste

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

    after

    <ul class="form-list">

    That should fix it.
     
    King-Servers, Feb 17, 2015 IP