Closed (duplicate)
Project:
Drupal core
Version:
6.9
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2009 at 12:41 UTC
Updated:
18 Jun 2009 at 13:16 UTC
When I went to: admin/build/translate/search
I've got followed errors:
user warning: Duplicate entry 'admin/content/node-type/image/display/basic' for key 1 query: INSERT INTO menu_router (path, load_functions, to_arg_functions, access_callback, access_arguments, page_callback, page_arguments, fit, number_parts, tab_parent, tab_root, title, title_callback, title_arguments, type, block_callback, description, position, weight, file) VALUES ('admin/content/node-type/image/display/basic', '', '', 'user_access', 'a:1:{i:0;s:24:\"administer content types\";}', 'drupal_get_form', 'a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:5:\"image\";i:2;s:5:\"basic\";}', 63, 6, 'admin/content/node-type/image/display', 'admin/content/node-type/image', 'Basic', 't', '', 136, '', '', '', 0, 'sites/all/modules/contributions/cck/includes/content.admin.inc') in /home/sites/co.uk/public_html/includes/menu.inc on line 2385.
user warning: Duplicate entry 'admin/content/node-type/job-posting/display/basic' for key 1 query: INSERT INTO menu_router (path, load_functions, to_arg_functions, access_callback, access_arguments, page_callback, page_arguments, fit, number_parts, tab_parent, tab_root, title, title_callback, title_arguments, type, block_callback, description, position, weight, file) VALUES ('admin/content/node-type/job-posting/display/basic', '', '', 'user_access', 'a:1:{i:0;s:24:\"administer content types\";}', 'drupal_get_form', 'a:3:{i:0;s:29:\"content_display_overview_form\";i:1;s:11:\"job_posting\";i:2;s:5:\"basic\";}', 63, 6, 'admin/content/node-type/job-posting/display', 'admin/content/node-type/job-posting', 'Basic', 't', '', 136, '', '', '', 0, 'sites/all/modules/contributions/cck/includes/content.admin.inc') in /home/sites/co.uk/public_html/includes/menu.inc on line 2385.
(houndreds of them...)
user warning: Duplicate entry 'admin/content/node-type/wydarzenie/fields/field_link/remove' for key 1 query: INSERT INTO menu_router (path, load_functions, to_arg_functions, access_callback, access_arguments, page_callback, page_arguments, fit, number_parts, tab_parent, tab_root, title, title_callback, title_arguments, type, block_callback, description, position, weight, file) VALUES ('admin/content/node-type/wydarzenie/fields/field_link/remove', '', '', 'user_access', 'a:1:{i:0;s:24:\"administer content types\";}', 'drupal_get_form', 'a:3:{i:0;s:25:\"content_field_remove_form\";i:1;s:10:\"wydarzenie\";i:2;s:10:\"field_link\";}', 127, 7, '', 'admin/content/node-type/wydarzenie/fields/field_link/remove', 'Remove field', 't', '', 4, '', '', '', 0, 'sites/all/modules/contributions/cck/includes/content.admin.inc') in /home/sites/co.uk/public_html/includes/menu.inc on line 2385.
Any clue why is that?
Comments
Comment #1
kenorb commentedThe same with combination of actions related to FeedAPI, Views and Panels.
What if there were two Drupal instances and two rebuilds in the same time?
Comment #2
kenorb commentedResult:
and 8 pages of Duplicated errors in watchdog in the same time;/
Comment #3
CobraMP commentedalso stated here and no solution either
http://drupal.org/node/352978#comment-1224204
Comment #4
kenorb commented#352978: Attempt to insert duplicate entry into menu_router table warnings when editing content types Blog and Forum Post
Comment #5
kenorb commentedProper duplicated issue: #238760: menu_router table truncated and site goes down