Closed (fixed)
Project:
Profile role
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2008 at 07:53 UTC
Updated:
23 Dec 2008 at 03:31 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | profile_role.module_menu.patch | 690 bytes | boombatower |
Comments
Comment #1
boombatower commentedI 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.
Comment #2
boombatower commentedComment #3
boombatower commentedComment #4
boombatower commented