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

jvandervort’s picture

Is this related to Recipe?

hampshire’s picture

Yes, 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

jvandervort’s picture

Status: Active » Closed (works as designed)

I 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.