Search…

X3 Photo Gallery Support Forums

Search…
 
Diddlik
Topic Author
Posts: 2
Joined: 17 Mar 2015, 05:10

Panel Login

15 Dec 2017, 08:26

Hi,
I have an issue, that i cat login into panel. I give my login data and without any error I get redirect back to login page.
https://peep.pictures/portfolio/panel/

Thank you.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Panel Login

16 Dec 2017, 00:46

There is a simple explanation in your diagnostics page:
PHP session.save-path directory does not exist.
Your server session.save_path is set to /usr/home/peepap/.tmp, but this directory does not seem to exist. If you can't login to your X3 panel, it means X3 can't save the login-session, in which case you need to contact your host!
I don't know who has set this session path in your PHP config, which looks like a file (it should be a directory, that exists and is writeable), but your session save path is misconfigured. The X3 panel cannot STORE login session if your session save path is not a writeable directory that exists.
Image
 
Diddlik
Topic Author
Posts: 2
Joined: 17 Mar 2015, 05:10

Re: Panel Login

21 Dec 2017, 03:27

Ok, that means, it was changed by my hoster? Because it had worked for a long time. I'll call my hoster today.

Thank you!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Panel Login

21 Dec 2017, 10:39

Diddlik wrote:Ok, that means, it was changed by my hoster? Because it had worked for a long time. I'll call my hoster today.
It could be this setting was not configured correctly when they/someone upgraded to PHP 7.1.2. Seems it's fixed now though ... Does it work?