Page 1 of 1

Fresh install trial

Posted: 25 Sep 2018, 15:18
by voyezvousca
Hi,

I would like to renew my old licence of x2, but before i would like to test some new feature :)

Im trying to test a fresh install with a new folder and the x3_installer.php
Unfortunately i cant login in the cpanel with admin admin, the page is refreshed with not wrong message, but nothing append..

You can test it here : http://www.voyezvousca.fr/x

thank in advance !

Re: Fresh install trial

Posted: 25 Sep 2018, 23:55
by mjau-mjau
I have seen this issue before and know exactly what it is. It is related to your servers SESSION_SAVE_PATH which is not working correctly ... It is not STORING the session. How do I know this? See what happens when I try to login with INCORRECT username/password:
Image

However, see what happens when I try to login with the CORRECT username and password admin/admin. The login actually WORKS, but then when it redirects to the X3 panel, your server has already forgotten the SESSION, and therefore the page redirects back to the login page again, but without notifications about wrong login of course.
Image

By FTP, please check if you can find a file /panel/filemanager_errorlog.txt. OR if possible, you can check your server error log? Ultimately, this is an issue you will have to report to your hosting and they will have to fix. It's sad that some hosts can't setup their servers correctly. If you have FTP for me, I would create a small test script that simply shows that sessions are not stored. You cannot login to X3 panel if your server does not save login-sessions.

Re: Fresh install trial

Posted: 26 Sep 2018, 01:07
by voyezvousca
Thank you for all details, i will check this in the day 😊

Re: Fresh install trial

Posted: 26 Sep 2018, 02:32
by voyezvousca
edit :

So, i don't have a file /panel/filemanager_errorlog.txt ...

I send you in pm a ftp account if you want :)

Thank you !