There isn't any generated code added to update the sequences table when nodes are added by the wizard. If this hasn't been fixed, I will write the patch.

When ONE node exists, the following is correct.

	//Update sequences
	db_query("INSERT INTO {sequences} (name,id) VALUES ('node_nid',1)");
	db_query("INSERT INTO {sequences} (name,id) VALUES ('node_revisions_vid',1)");

The above or node_save() could be used.

Comments

boris mann’s picture

Status: Active » Closed (won't fix)

PW is now unsupported.