Can't log in to Magento Admin

后端 未结 23 2132
花落未央
花落未央 2020-12-01 02:49

I\'m having troubles logging into Magento\'s admin panel on one of our staging sites (it works 100% on our webdev servers and was working just fine not too long ago on the s

23条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-01 03:44

    I had the same issue, and it was all with the localhost.

    First i changed web/unsecure/base_url and web/secure/base_url. These both config values were having localhost and i replaced it by 127.0.0.1 . Still it was not working until i deleted all contents of two folders var/session/ and var/cache/.

    Now it is working fine.

提交回复
热议问题