Hi,
suddenly, after a log out, I can't log in anymore. The browser (I try with Safari and Chrome) only show mw the loader icon and console doesn't give me any error. I cleaned cache and cookie, I tried to log in with ?q=user but nothing change.
I tried to repair table (thought a session error) with phpAdmin but nothing change. Always the loader icon.
I tried to delete and re-install the .htaccess but nothing...

Can someone hep me? I'm using 7.54 and developing in localhost.

Thanks in advance.

Massimo

Comments

pixelsweatshop’s picture

Make sure you don't have private browsing enabled on your browser.

Go into your db in phpmyadmin and empty all the cache_ tables and session table or use drush

mayoita’s picture

Hi,
thanks. but I tried everything you suggested but nothing change.
I noticed that the opacity attribute in html class ".blur-page .page-box" in the user page is set to 0. If I manually set it to 1, the user login appear and I can login. What do you think?

pixelsweatshop’s picture

What do you think?

This sounds fishy, like someone was either hiding the login page on purpose or was trying to use some css/js magic to reveal it but didn't finish.

Change the css in your subtheme and move on.