using dynamic security…
no console errors.
tried to display: $Security->showUserLevelInfo() in pageDataRendering()
C:\xampp\htdocs\src\AdvancedSecurity.php(1204): Call to a member function addMessage() on null
and regardless of adding the code to other functions - same error. strange could of sworn i did use this function weeks ago, don’t understand why its not working..
interesting…. we have 4 levels admin, editor, viewer, reports
admin 210, editor 220, viewer 225, reports 230
the only level that works is admin. (obviously..)
editor and viewer do not show the options menu at all.., and also does not inherit the reports level 230, so the reports menu does not display either
as for the userlevel, the other security items (add/delete etc) are correct and not displayed for the userlevel = viewer as expected.
on one of the lists, you can see the options menu completely missing, where the “view” options should at least be available.
view option is selected on the 225/viewer user level

but now doesn’t explain the editor level option is also not displayed on the options menu.. which the level has been enabled on the various tables.
table userlevels:
userlevelpermissions sample of userlevel viewer: 225 (permission = 360)
changed the level in the table to admin for the other users.. and all options were available.
as a test, added:
$this->ListOptions->Items['edit']->Visible = true;
$this->ListOptions->Items['view']->Visible = true;
to: listOptionsRendered()
and the options menu still does not appear
this is the first time logging in with an account that has userlevel other than “admin” account and noticed this..