Closed (duplicate)
Project:
Webform
Version:
7.x-3.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2011 at 20:21 UTC
Updated:
25 Jan 2012 at 16:29 UTC
When I disabled comment module and went to edit webform content type I faced an error
Fatal error: Call to undefined function comment_node_type_load() in C:\xampp\htdocs\dreams\includes\menu.inc on line 579
Comments
Comment #1
quicksketchSounds the same as #914676: Content Type becomes totally inaccessible after Comment Module is disabled. I don't think this is a bug with Webform, it would probably happen on any content type (as others have reported). You should update the issue against core with steps to reproduce the problem.
Comment #2
jorisx commentedExact same issue here, when webform was installed and comment was disabled
I wanted to edit the menu settings in the content type 'basic page'
Fatal error: Call to undefined function comment_node_type_load() in ... includes/menu.inc on line 579
uninstalled webform 7.x-3.13 and it worked again :)
(comments is still disabled but not uninstalled)
This was with a clean isntall of drupal 7.8
works now but can't use the webform,
any Idea how to fix this?
And keep up the good work :)
Loving Drupal
Cheers Joris
Comment #3
jpnova commentedClearing the cache was enough to resolve the problem for me.
Comment #4
ercder commentedThis worked for me as well. Thanks!
Comment #5
arua13l commentedClearing cache worked here also.
Comment #6
gcassie commentedIf you're experiencing this and can't get into the UI, access the database and truncate every table that begins with "cache", the menu_router table, and the registry_file table.