Closed (works as designed)
Project:
Recipe
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2011 at 23:08 UTC
Updated:
12 Dec 2011 at 18:04 UTC
If the comment module is not installed I get the following error.
Fatal error: Call to undefined function comment_node_type_load() in /*/includes/menu.inc on line 579
Comments
Comment #1
jvandervort commentedIs this related to Recipe?
Comment #2
hampshire commentedYes, on a fresh drupal install I activated the recipe module, then I disabled the comments module. Then when I tried to return to recipes to manage its field I get that error. Basically just disable comments then go to http://example.com/admin/structure/types/manage/recipe/fields
Comment #3
jvandervort commentedI was able to duplicate this without recipe being installed.
Load drupal.
disable comment.
go to manage field on any drupal content type.
Error occurs.
If you clear the cache after disabling the comment module, this error does not occur.