云服务器上的Magento管理员登录失败(Magento admin login failed on cloud server)

编程入门 行业动态 更新时间:2024-10-19 04:23:49
云服务器上的Magento管理员登录失败(Magento admin login failed on cloud server)

我购买了一个magento主题来建立我的时装店。 起初我购买了一个Linux 10GB网络托管包,我成功完成了我的网站。 但之后我意识到我购买的网络服务器不稳定。 有多个服务器停机时间。 所以我决定购买一个无限的云托管套餐。 之后,我尝试在其上安装相同的主题“快速启动包”。 但安装后,它不允许我登录管理面板。 它说无效的用户名或密码。 请帮我解决这个问题。 我必须启用任何服务吗? 启用cURLS和mod-rewrite。

我从数据库修改了密码。 但它没有用。

I have purchased a magento theme to build my fashion store. At first I purchased a Linux 10GB web hosting package and I finished my website successfully on that. But after that I realized the web server that I purchased is not stable. There were multiple server down times. So I decided to buy a unlimited Cloud Hosting package. After that I tried to install the same theme "quick-start package" on it. But after installing it it doesn't allow me to login to the admin panel. It says Invalid Username or Password. Please help me to fix this problem. Is there any service that I have to enable? cURLS and mod-rewrite are enabled.

I modified the password from database. But it didn't work.

最满意答案

这可能有所帮助 - 这不是我的答案,但我知道它适用于具有相同问题的人。

我把你的密码恢复原样 - 希望你保留备份!

如果您无法使用正确的用户名和密码登录,这里有一些想法。 如果您使用谷歌浏览器安装magento,请使用firefox打开magento并编辑magento目录中的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() );

并使用您的凭据登录。我希望这对您有用!!!

This may help - this isn't my answer but I know its worked for people with the same issue.

Id put your password back as it was - hope you kept a backup!

If you are having trouble to get logged in with the correct username and password, here are some ideas. If you have used google chrome to install magento, use firefox to open magento and edit the app/code/core/Mage/Core/Model/Session/Abstract/Varien.php file within your magento directory and comment those below lines

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

And use your credentials to log in. I hope this works for you!!!

更多推荐

本文发布于:2023-08-05 22:19:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1440999.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:器上   管理员   Magento   admin   server

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!