doutuo7609 2017-09-26 07:23
浏览 46
已采纳

Drupal 6登录失败,“重定向太多”错误

This morning on a website I need to keep alive on Drupal 6, users can no more log in ! Nothing on the code has been modified since 3 years...

What's going on !?

  • 写回答

1条回答 默认 最新

  • doutou7961 2017-09-26 07:23
    关注

    The problem was simply in the sessions table. These table was corrupted.

    Solution is to open phpMyAdmin or SQL command line and execute the following :

    REPAIR TABLE `sessions`
    

    Hope it helps someone

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?