Page 1 of 1

Can’t log in anymore

Posted: 28 Sep 2021, 04:09
by alderim
Hi,
I didnt change anything, But now I can’t log in anymore.

When i enter wrong password there is a prombt.

When i enter the right password just nothing Happens.

Thx for a hint/help
Al

Re: Can’t log in anymore

Posted: 28 Sep 2021, 05:15
by mjau-mjau
alderim wrote:When i enter wrong password there is a prombt.
When i enter the right password just nothing Happens.
I have diagnosed this earlier, and basically it means there is something wrong with your PHP sessions() path (basically where PHP stores logins). When you login with wrong password, it shows the "incorrect login" prompt, which is correct of course. When you login with the correct password, the login will first succeed, but after redirecting to the actual panel, the login is already forgotten (because it fails to get stored), and thus redirects back to login. So this would be related to one of the following:
  • PHP assigned session_save_path does not exist or is not writeable.
  • Disk storage is full.
You would expect it to be related to #1. You can check your {X3website.com}/?diagnostics url, which might provide further clues as it checks the session_save_path.