Closed (fixed)
Project:
Killfile
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2008 at 00:29 UTC
Updated:
11 Mar 2011 at 15:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
thekevinday commentedNormally this is the result of not having the rdf module installed and enabled.
Looking at the code, it seems the rdf-specific menu entry is added even when the rdf module is not installed.
The rdf module is an optional dependency so it needs to be made as an optional dependency.
Here is a patch that will prevent that error from happening when the rdf module is not installed.
If the error goes away with the attached patch, then there is a problem with how your rdf module is installed.
Comment #2
thekevinday commentedGiven how old this is and how unlikely the original reporter is going to respond, I am going to close this as fixed (based on the assumption that the patch fixes what it could).