简体   繁体   English

在Drupal中登录或请求新密码的其他问题

[英]Different issue with login or request new password in Drupal

i have problem with login in several Drupal sites. 我在几个Drupal网站登录时遇到问题。 When you fill out name and password and give ok, it will do nothing, no redirect to profile, no errors, just reload page. 当您输入名称和密码并输入ok时,它将什么都不做,不会重定向到配置文件,不会出现错误,只需重新加载页面即可。

It happens cause i was move website from hosting to dedicated server. 发生这种情况是因为我将网站从托管转移到专用服务器。

I read topics here on stackoverflow, but anyone council is not usable (rename template, login and rename back, comment line in settings.php (cookie), repair session table in database, clear all cache tables..). 我在这里阅读了关于stackoverflow的主题,但是没有人可以使用理事会(重命名模板,重新登录并重命名,settings.php(cookie)中的注释行,修复数据库中的会话表,清除所有缓存表..)。

Any ideas? 有任何想法吗?

URLS: www.bezvazivot.cz/user , www.ddmorlova.cz/user , www.satelitni-systemy.cz/user 网址:www.bezvazivot.cz/user、www.ddmorlova.cz/user、www.satelitni-systemy.cz/user

It has lots of dependency right. 它具有很多依赖权。 Need to install https://www.drupal.org/project/geoip . 需要安装https://www.drupal.org/project/geoip And Geoip have other dependencies like enable CURL asking to install libraries using composer. Geoip还有其他依赖项,例如启用CURL要求使用作曲家安装库。

Try looking in the users table...there should be a record in there for the anonymous user, with a uid of 0 and all other columns NULL . 尝试在users表中查找...那里应该有一个匿名用户的记录,其uid0 ,所有其他列为NULL If there isn't, create it. 如果没有,请创建它。

This often happens when moving Drupal 6 depending on what method you use to do it. 根据您使用的方法移动Drupal 6时,通常会发生这种情况。 Fortunately the problem's gone in Drupal 7. 幸运的是,问题已经在Drupal 7中消失了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM