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

grendzy’s picture

Status: Active » Postponed (maintainer needs more info)

This 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.

adamskinner’s picture

That was right on the money for me. The culprit module in question was Reftagger 7.x-1.0.

sun’s picture

Category: bug » support
Priority: Major » Normal
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Not a core bug.

cirlot’s picture

see http://drupal.org/node/1106850 for the fix on RefTagger