Closed (fixed)
Project:
Relation
Version:
7.x-1.0-rc3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2012 at 09:18 UTC
Updated:
9 Sep 2012 at 17:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
danepowell commentedSame issue here. Know of any workarounds?
Comment #2
danepowell commentedThis was supposed to be fixed in admin_views, but I'm still seeing the error with the admin_views dev release: #1673820: Fatal error when there's a views page with admin/content/xxx path
Comment #3
imclean commentedI also had this error at one point but it seemed to go away when I fixed another. Make sure you're using the latest dev of admin_views and try this Views patch: #1771140: view_menu_alter() adding to existing "access arguments" causes user_access() error
Comment #4
imclean commentedI spoke too soon, still getting the "Failed opening /sites/all/modules/relation/node.admin.inc" error.
Comment #5
imclean commentedUntil admin_views is fixed, you can get around it by adding a 'file' value in relation_ui.module.
Make sure you clear the cache afterwards.
Comment #6
sthzg commented#5 worked for me as a simple workaround.
Comment #7
steveoliver commentedI don't see any reason not to include the 'file' property. Nor do I imagine testbot could have anything to say about this, but let's see...
Comment #8
imclean commentedSounds good steveolive, and judging by the admin_views issue there's nothing there to fix so this would be the way forward.
Comment #9
steveoliver commentedThanks, sthzg and imclean. Committed to 7.x-1.x (f227a48).