Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
I thing I found issue for @N247S
When testing, I found there is no PHPSESSID Cookie.
There is a LCWSID, but I don't think it's the same.
It means possibly your PHP server does not manage sessions, or at least not the expected way.
Another deep thought (I'm thinking out loud, with my fingers on the keyboard)
When I try to debug, if I enter a wrong password the response to getHash.ph is clear text, and so the response to loginCheck.php, wich countains message to display.
But when login is correct, getHash response shows "failed to load response data", and so the loginCheck.
What I cannot explain, is that login successful message is correctly displayed...
But as a result, the hidden input test loginPage, with value=true is not sumitted... wich leads to unsuccessfull login and back to login page...
Another information :
If you click on "change password" instead of "OK" you got the same result : you can't logon however you got the message about successful login.
But if you click on "remember me" option, the login page will reload at least 5 times before redirecting you into the home page.
After you got access, you can almost work normally for a short time before get disconnected and have to wait an automatic login attempt many times before getting back to the home page, where you've to get back into the page you left the first time.
And so on...
Thanks & regards
I tried a workaourng in patch V5.3.1.
You may test it.
But I think there is something weird in your hosting service thats messes with some response and leads to disconnections (for security reason, there are several cases when bas request leads to disconnection, to avoid hacking)
@ babynus
So how can we make sure it is a PHPSESSID Cookie problem?
Since there is literly no control over those things Im afraid.
Or is there anything you/I/we can do about this?, since I want to be sure it doesnt appear on other hosts as wel....
thanks in advance
N247S
So how can we make sure it is a PHPSESSID Cookie problem?
We cannot I'm afraid.
Or is there anything you/I/we can do about this?, since I want to be sure it doesnt appear on other hosts as wel....
This issue do not occur on most server : we host instances of ProjeQtOr without issues, it works locally on a single WAMPP or EasyPhp stack, and thouthands of users run ProjeQtOr without any issue on many many hosts (I've seen some hosted on 1&1, free.fr, online, ...)
Alright that is unfortunate,
I assume you dont want to spend any more time into this problem.
So thanks anyway for your time and support.
N247S
Hi,
It's not that I don't want to spend more time on the subject, I always want to understand sources of issues.
But yet I cannot help more without more information.
I can only give hints.
To investigate further I would need access to your server, or at least debugging with traces added.
Regards.
😀 Than it basically comes down to the point, that you cannot put any more time in this,
since I have no acces to the server files.
And if I would have I couldnt do anything because of the limitations the host has.
Anyway thanks for your time,
and GL keeping this project up!
N247S