Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
node.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2010 at 12:50 UTC
Updated:
16 Nov 2011 at 13:24 UTC
1. I set up a node with fields
2. I decided I didn't want comments - so I deactivated comments modules
3. When I returned to the content type to add a new field - I got a mysql error and it was totally inaccessible.
I was expecting that the I could edit the content type as normal, but that the comments options wouldn't be visable.
In the end i had to 1.disable comments 2. totally recreate content types.
Comments
Comment #1
asimmonds commentedCan you please copy/paste here the SQL error that was displayed?
Comment #2
jily commentedFatal error: Call to undefined function comment_node_type_load() i/seven/includes/menu.inc on line 556
Comment #3
AnalogFile commented@jily you may want to verify if the problem is still present in current HEAD. If so, retag this issue as version 7.x-dev and change status back to open.
Comment #4
rdeboerFresh D7.0 downlaod. Same error as repoted in #2, except it's now become line 557
Fatal error: Call to undefined function comment_node_type_load() ...../includes/menu.inc on line 557
Same steps to reproduce as the original issue. Just click "edit" on any content type, whether core (i.e. Article and Basic Page) or custom.
As a result it is simply impossible to disable the Comment module and reduce "bulk".
Comment #5
ruralrooster commentedSame Here on www.jjcampbell.com
Comment #6
droplet commentedtry to clean caches & test with -dev version
error lines:
no calls for the function ...
only may happen is line 573
anyone can post a xdebug backtrace or devel error backtrace that could get help to debug
Comment #7
sunComment #8
les limI just encountered the same fatal error as #4 on a site that I'm supervising (but not developing). I didn't spend any time looking into it; forcing a registry rebuild immediately fixed the problem. Nothing but trouble, that registry.
http://drupal.org/project/registry_rebuild
Comment #9
jpnova commentedClearing the cache was sufficient for me
Comment #10
Bèr Kessels commentedDuplicate of #1275776: admin/structure/types/manage/page or /article causes WSOD (White Screen Of Death)
Comment #11
Bèr Kessels commented