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.
Hi,
A User (with correct priviliges) created a report (Work for a resource- Monthly).
In parameters he allocated a project and selected a valid month and year.
When trying to display the report (using any method) a "disconnection error" was encountered.
The User then logged back in.
He then attempted to recreate the report, and added it to his Today Page.
Now ehenever the User logs in, he is immediately disconnected.
How can I resolve this issue without recreating a new User Account for him?
2 ways to fix :
1) fix error in report
To avoid error, you may add an "exit;" command as firts php command.
Then user connects and removes report.
2) Remove lines in table "today"
where idUser is the id of the user
and scope="report"
and idReport is id of the report (I guess the one you deal with is 55)
To fix the issue on the report, could you please post error reported on log file ?