Google chrome Magento管理面板在chrome中不工作

Google chrome Magento管理面板在chrome中不工作,google-chrome,magento,Google Chrome,Magento,我在本地主机上安装了最新版本的磁电机,但当我在服务器上打开它时,管理面板在chrome中没有重定向,但在Firefox上运行得很好。。这种情况的原因是什么 我在使用magento和localhost URL时遇到过类似的问题。请尝试以下步骤: 拜访 chrome://net-internals/#dns 在chrome浏览器中,然后单击“清除主机缓存”按钮 确保清除本地主机的浏览器cookie 清除magento缓存(只需清空var/cache文件夹) 试试这个,它可能会起作用: 从Mozila

我在本地主机上安装了最新版本的磁电机,但当我在服务器上打开它时,管理面板在chrome中没有重定向,但在Firefox上运行得很好。。这种情况的原因是什么


我在使用magento和localhost URL时遇到过类似的问题。请尝试以下步骤:

  • 拜访

    chrome://net-internals/#dns

  • 在chrome浏览器中,然后单击“清除主机缓存”按钮

  • 确保清除本地主机的浏览器cookie

  • 清除magento缓存(只需清空var/cache文件夹)

  • 试试这个,它可能会起作用:

    从Mozila>system>configuration>General>Web>Session Cookies Management>

    设置

    Cookies生存期:0 Cookies路径:/ Cookie域: 仅使用HTTP:是 Cookie限制模式:否


    它可能会起作用。

    进入
    /app/code/core/Mage/core/Model/Session/Abstract/Varien.php
    并注释掉
    域“=>$cookie->getConfigDomain(),“secure”=>$cookie->isSecure(),“httponly”=>$cookie->getHttponly()
    ,这可能是因为这是针对windows或Ubuntu系统的,我这么问是因为我正在使用UbuntuThis与ubuntu或windows无关。我认为这与cookie有关,浏览器无法创建登录magento所需的cookie。试试看,对于magento,您可以转到专门用于magentouse的url中的
    127.0.0.1
    而不是
    localhost
    ,因此您需要在DB中进行更改