Search…

X3 Photo Gallery Support Forums

Search…
 
alderim
Experienced
Topic Author
Posts: 75
Joined: 27 Jun 2007, 05:49

Can’t log in anymore

28 Sep 2021, 04:09

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Can’t log in anymore

28 Sep 2021, 05:15

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.