简体   繁体   English

Drupal 6登录失败,出现“重定向过多”错误

[英]Drupal 6 login failed, with “too many redirects” error

This morning on a website I need to keep alive on Drupal 6, users can no more log in ! 今天早上,在一个网站上,我需要继续使用Drupal 6,用户无法再登录! Nothing on the code has been modified since 3 years... 自3年以来,该代码的任何内容均未修改。

What's going on !? 这是怎么回事 !?

The problem was simply in the sessions table. 问题只是在sessions表中。 These table was corrupted. 这些表已损坏。

Solution is to open phpMyAdmin or SQL command line and execute the following : 解决方案是打开phpMyAdmin或SQL命令行并执行以下命令:

REPAIR TABLE `sessions`

Hope it helps someone 希望对别人有帮助

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

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