Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.6
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Nov 2009 at 13:18 UTC
Updated:
3 Dec 2009 at 19:50 UTC
I repeatedly get this error message on my front page-
Backtrace: _content_field_invoke_default(...)[content.module:2425] <=content_preprocess_node(...)[:] <=call_user_func_array(...)[theme.inc:658] <=theme(...)[node.module:1023] <=node_view(...)[node.module:1753] <=node_page_default(Array)[:] <=call_user_func_array(...)[menu.inc:348] <=menu_execute_active_handler(Array)[index.php:18] <=index.php
I think it started after I deleted a node without first demoting it from the front page. I'm a newbie with drupal and don't know what I'm doing half of the time. Someone please help me with this; thanks in advance
Comments
Comment #1
markus_petrux commentedThat means there's a debug backtrace statement somewhere in the source code. CCK does not contain something similar anywhere, so it seems someone added it and forgot to clean up after testing.