Hello,
I been having problems logging into my Drupal 6 website. I enter my username and password, click enter then I'm directed to the Access Denied page. No errors just that me and other users cannot get into our drupal 6 site.

Anyone have this similar problem? How did you resolve it? Are there any references out there that can help me figure this issue out?

Thank you.
Jay

Comments

nitin.k’s picture

There can be following causes ...

1. Any new module installation which is causing problem
2. If permissions removed for the landing page then page will become inaccessible or page removed itself from back end.
3. Wrong code in any custom module can cause the issue.

Try below solutions..
1. If you are an administrator , please check the landing content or page and user from back end.
2. Immediately uninstall any new module if installed.
3. Check in the code : if anyone has written using hook_user_insert or hook_user_update hooks in module file.
4. Please create a dummy user , same role and same permissions and try to login from that user.
5. Last option is update the password from db.

Else get ready to make dirty your hands with the code and configurations.