Search the Community
Showing results for tags '2.6.16 dev'.
-
I received the following errors after setting a 'manager' role to edit users, then selecting the users option from the access menu. Notice: Trying to get property of non-object in /wire/modules/PagePermissions.module on line 226 Notice: Trying to get property of non-object in /wire/modules/PagePermissions.module on line 238 Fatal error: Call to a member function has() on a non-object in /wire/modules/PagePermissions.module on line 238 Error: Call to a member function has() on a non-object (line 238 of /wire/modules/PagePermissions.module) This error message was shown because site is in debug mode ($config->debug = true; in /site/config.php). Error has been logged. I was in the middle of debugging why I was getting a unresolvable redirect error with the ProcessDashboard module with any user role login except superadmin, so I uninstalled that module. I could then view the admin page with each of my user roles. The manager role is the only user role with edit user assigned. I don't have any other admin-related modules, such as ProcessAdminCustomPages, etc. installed. The apache error log only has entries like this: [Sun Sep 06 18:07:38.548640 2015] [:error] [pid 19250] [client 127.0.0.1:38679] PHP Warning: strpos() expects parameter 1 to be string, array given in /wire/modules/Process/ProcessPageLister/ProcessPageLister.module on line 1377, referer: http://localhost/admin/access/users/ The PW logs contain the same information as the error messages above. Any ideas where or what I've done incorrectly?