No need to look at the whole table. The first row is the important one. I have cleaned up your values to make them more readable:You will see several values of "8":0 which means Super User group is not allowed to do that. So using phpMyAdmin edit the first row. In the Rules field remove all instance of ,"8":0 (except for core.login.api where the entry should be "8":1)
You could copy your existing table to a bak table first, just in case...
Code:
`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules` VALUES1, 0, 0, 379, 0, 'root.1', 'Root Asset', '{"core.login.site":{"6":1,"7":1,"2":1},"core.login.admin":{"1":0,"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"3":0,"19":0,"8":0},"core.login.api":{"18":0,"7":1,"2":0,"15":0,"16":0,"17":0,"3":0,"19":0,"8":0,"1":0},"core.login.offline":{"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"19":0,"8":0,"1":0},"core.admin":{"1":0,"7":1},"core.options":{"18":0,"7":1,"2":0,"15":0,"16":0,"17":0,"19":0,"8":0},"core.manage":{"18":0,"7":1,"2":0,"15":0,"16":0,"17":0,"19":0,"8":0},"core.create":{"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"3":1,"19":0,"8":0},"core.delete":{"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"19":0,"8":0},"core.edit":{"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"4":1,"19":0,"8":0},"core.edit.state":{"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"5":1,"19":0,"8":0},"core.edit.own":{"18":0,"6":1,"7":1,"2":0,"15":0,"16":0,"17":0,"3":1,"19":0,"8":0},"core.edit.value":{"18":0,"7":1,"2":0,"15":0,"16":0,"17":0,"19":0,"8":0}}'
You could copy your existing table to a bak table first, just in case...
Statistics: Posted by ceford — Sun Nov 17, 2024 4:06 am