By docwilmot on
i noticed that a node i deleted was appearing in views. so i tried to navigate to that node (node/32) and got page not found. it still shows up in views, in the node and content_type tables. i tried node_load(32) in a module, dpm returns nothing.
so i copied the code from node_delete to clean it from the node tables
its gone now from views.
but its still in the content type tables
question, how could this have happened? and should i directly delete from the node type table too?