duandeng1824 2018-05-11 11:43
浏览 29

Magento管理员没有登录UAT服务器,没有错误

I am trying to login to magento admin, but the page flickers and doesn't login. Even there are no error messages in console.

What could be the possible reason.

I'm facing this in the UAT server of my site. (URL something like: https ://uat.mysite.com/control for admin)

Googled almost all the 10 pages in google.

Below are the checks done:

  1. No errors in console.

  2. Checked etc/local xml file for configurations- Seems right

  3. Gave 0777 permission to var folder - Not helping

  4. Checked server space- Space is plenty

  5. Tried deleted session for past 7 days : find var/session -name 'sess_*' -type f -mtime +7 -delete

  6. Referred below pages:

  7. Finally tried changing the core Varien.php file, knowing its not the safe method --- no use there too

Commenting the last 3 lines in app\code\core\Mage\Core\Model\Session\Abstract\Varien.php

  $cookieParams = array(
        'lifetime' => $cookie->getLifetime(),
        'path'     => $cookie->getPath(),
        'domain'   => $cookie->getConfigDomain(),
        'secure'   => $cookie->isSecure(),
        'httponly' => $cookie->getHttponly()
    );
  • 写回答

1条回答 默认 最新

  • dongshadu2546 2018-05-11 13:36
    关注

    Open your database and play that request:

    select * from core_config_data where path like "%cookie%";
    

    If you have the old url, change it!

    评论

报告相同问题?

悬赏问题

  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化