Closed (duplicate)
Project:
Outline
Version:
6.x-0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2008 at 20:43 UTC
Updated:
17 Sep 2008 at 22:13 UTC
When I edit a CCK Content Type added to the outline, I get a warning similar to one of the following examples:
user warning: Duplicate entry '32' for key 1 query: INSERT INTO outline_node (mlid, nid, vid, bid, book_vid, is_default, child_type, toc_depth) VALUES (865, 32, 32, 12, 12, 1, '<default>', -1) in /import/www/drupal/drupal-6.4/sites/all/modules/outline/outline.module on line 275.
user warning: Duplicate entry '31' for key 1 query: INSERT INTO outline_node (mlid, nid, vid, bid, book_vid, is_default, child_type, toc_depth) VALUES (864, 31, 31, 28, 28, 1, '<default>', -1) in /import/www/drupal/drupal-6.4/sites/all/modules/outline/outline.module on line 275.
Comments
Comment #1
beginner commentedPlease check the issue queue before posting.
Is this a duplicate of #297257: Duplicate entry INSERT INTO PREFIX_outline_book ?
Check the latest dev version.
If it's not fixed there, can you tell how to reproduce on a clean install without CCK?
Comment #2
Grayside commentedApparently it was a dup, don't know how I missed that. Latest dev does fix it. Thank you.