Fatal error: Unsupported operand types in /full_path_to_folder/main/modules/user/user.admin.inc on line 697
The site is working, but I can not manage permission using admin/people/permissions URL. I'm getting the above error message and nothing making it impossible to manage permissions
Comments
Comment #1
grendzy commentedThis likely is an error in one of the modules you have installed -- it isn't implementing hook_permission() correctly.. See if you can figure out which module is causing it by disabling some of the modules you have installed.
Comment #2
adamskinner commentedThat was right on the money for me. The culprit module in question was Reftagger 7.x-1.0.
Comment #3
sunNot a core bug.
Comment #4
cirlot commentedsee http://drupal.org/node/1106850 for the fix on RefTagger