I get this error when I go to http://www.mysite.com/admin/user/profile/manage:

Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/profile_role/profile.admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mysite/public_html/includes/menu.inc on line 346

CommentFileSizeAuthor
#1 profile_role.module_menu.patch690 bytesboombatower

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Fixed
StatusFileSize
new690 bytes

I never actually viewed that page since you never should have to. It acts as a place holder and when clicking the link you get the admin/user/profile page.

The issue is due to the /manage item being defined in profile_role and the base hook that it corresponds to being defined in profile core module.

So I adding the 'file path' attribute to correct this.

Thanks for the report.

boombatower’s picture

Title: Fatal error » Fatal error when viewing default local task item
boombatower’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
boombatower’s picture

Version: 6.x-1.x-dev » 6.x-1.0

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.