Error Log:
2019-08-13 13:52:21.159 ** ERROR ** [V8.1.4] ERROR **
2019-08-13 13:52:21.163 ** ERROR ** [V8.1.4] on file 'C:wamp64wwwprojeqtormodelUserMain.php' at line (435)
2019-08-13 13:52:21.234 ** ERROR ** [V8.1.4] cause = Undefined index:
2019-08-13 13:52:44.707 ===== TRACE ===== NEW CONNECTED USER 'daryl'
2019-08-13 13:52:53.391 ** ERROR ** [V8.1.4] ERROR **
2019-08-13 13:52:53.394 ** ERROR ** [V8.1.4] on file 'C:wamp64wwwprojeqtormodelUserMain.php' at line (435)
2019-08-13 13:52:53.397 ** ERROR ** [V8.1.4] cause = Undefined index:
Did you change access rights ?
It seems that "acces to data (project dependant)" is referencing and access mode that is not existing anymore (possibly deleted)
Check for such lines in "acces to data (project dependant)" (possibly you'll ave a select box with a number instead of a caption.
I didn't change any access rights. it's a fresh install. where can I find it?
Thanks for the response
I get a similar error. If you create a user with the administrator role, then his logon occurs normally. If you select any other role, a fatal error occurs on the first login (when you first change the password :
2019-08-14 11: 26: 20.604 ** ERROR ** [V8.1.3] cause = Undefined index:
2019-08-14 11: 26: 21.347 ** ERROR ** [V8.1.3] ERROR **
2019-08-14 11: 26: 21.348 ** ERROR ***** [V8.1.3] on file 'D: Distr open OSPanel domains projeqtor model UserMain.php' at line (435))
Issue confirmed.
Ticket #4154 recorded
This help me solved the problem
It seems that "acces to data (project dependant)" is referencing and access mode that is not existing anymore (possibly deleted)
Check for such lines in "acces to data (project dependant)" (possibly you'll ave a select box with a number instead of a caption.
Hi,
Issue is identified.
We removed from default configuration a Access Mode that seemed to be irrelevant, but was used for Alerts.
To fix the issue :
- connect as admin (only admin and project leaders can connect as long as issue is not fixed)
- go to menu "Access Rights" > "Access to data (project dependent"
- search for line "Alerts" in section "Tools"
- you'll see 4 select boxes with value "10" instead of a text : change value to "Reader"
- save
User can now connect.
We'll bring a fix on next patch.
Hi,
Issue is identified.
We removed from default configuration a Access Mode that seemed to be irrelevant, but was used for Alerts.
To fix the issue :
- connect as admin (only admin and project leaders can connect as long as issue is not fixed)
- go to menu "Access Rights" > "Access to data (project dependent"
- search for line "Alerts" in section "Tools"
- you'll see 4 select boxes with value "10" instead of a text : change value to "Reader"
- save
User can now connect.We'll bring a fix on next patch.
The problem is resolved! Thanks a lot!