This topic is locked
[SOLVED]

 Permissions 10.3

9/30/2019 7:13:40 PM
PHPRunner General questions
M
Mark Kramer author

After upgrading to 10.3, when I build and then upload my project, it doesn't display the login screen or any for that matter. I found that when I turned the security off, all pages displayed correctly..
So this leads me to back to security and my set up is as follows:
Database with dynamic permissions.

Locking and audit is enabled.
I am using the same tables for security as I used in 10.2
These settings work fine in 10.2 (Latest build) but not in the new 10.3. I know there were some changes in sercurity settings but not sure if the table needs modified to add new paramerters from 10.3 . I hate to create new tables because I would loose current security permissions...
Any thoughts out there??
Thank you.

Sergey Kornilov admin 10/1/2019

Could you tell me what exactly is happening? "it doesn't display the login screen or any for that matter" - what exactly does it mean?
Did you also try the latest build, the same download location?

M
Mark Kramer author 10/1/2019



Could you tell me what exactly is happening? "it doesn't display the login screen or any for that matter" - what exactly does it mean?
Did you also try the latest build, the same download location?


I'm using build 33761.
"it doesn't display the login screen or any for that matter" The webpage is blank. No errors just blank page. Are there new fields in the security tables that were not there in 10.2? It might be looking for some thing not there...

M
Mark Kramer author 10/16/2019



I'm using build 33761.
"it doesn't display the login screen or any for that matter" The webpage is blank. No errors just blank page. Are there new fields in the security tables that were not there in 10.2? It might be looking for some thing not there...


I found the problem here. 10.3 adds a new field called "Page" (mediumtext) to the "yourproject-ugrights" table. Added it through phpadmin and we are back up and running. (as always, replace text in red with your values)