Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2006 at 10:32 UTC
Updated:
12 Mar 2006 at 18:16 UTC
Hi,
So I created a new node type, then I submit a content with this new node type.
I then deleted this content.
So the content is not displayed anywhere, but the datas are still here in the database, I had to remove the datas with phpmyadmin...
Comments
Comment #1
Julien PHAM commentedComment #2
jonbob commentedApparently node IDs must be stored alongside the revision IDs to allow node deletion to work correctly in the new revision system. This has been changed; you must run update.php to get the new behavior working.
Comment #3
Julien PHAM commentedWhich update.php? ;)
Comment #4
Tobias Maier commentedthe update.php of your drupal core (CVS/HEAD-Version)
the one you used to run if you upgrade your drupal core (it upgrades you module too)
for example: http://localhost/drupal/update.php
Comment #5
Julien PHAM commentedI already had the latest cvs version (1.175).
When I launch the script it tells me "no update available".
Comment #6
Julien PHAM commentedOh ok I need to upgrade my module too of course :)
btw I guess I'll still have to remove old nodes myself?
Comment #7
Julien PHAM commentedMmmm I have a little issue, as I have launched the update.php script, and cck modules do not appear in the menus. Did I miss something?
Comment #8
(not verified) commented