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

Julien PHAM’s picture

Assigned: Julien PHAM » Unassigned
jonbob’s picture

Status: Active » Fixed

Apparently 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.

Julien PHAM’s picture

Which update.php? ;)

Tobias Maier’s picture

the 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

Julien PHAM’s picture

I already had the latest cvs version (1.175).
When I launch the script it tells me "no update available".

Julien PHAM’s picture

Oh ok I need to upgrade my module too of course :)
btw I guess I'll still have to remove old nodes myself?

Julien PHAM’s picture

Mmmm 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?

Anonymous’s picture

Status: Fixed » Closed (fixed)