I have a fresh D7 install and users (and admin) are unable to login. At the login prompt, the screen refreshes with no error message or indicator of failure, but the user is not logged in.

Since I'm logged in as admin as a result of the install, I can see the log and see "Session opened for test.", but the user is not logged in.

I have tried on multiple computers and set the $base_url with no luck.

I installed this on turnkey lamp, changed the ownership of the directories using:
chown -Rv www-data:www-data /var/www

I have been using Drupal for years and not sure what I'm missing. Any suggestions would be most welcome.

Comments

gooney0’s picture

I wonder if PHP has sessions disabled? Perhaps you are blocking cookies?

Are the user accounts in the proper role "Authenticated Users"?