I think I get an error for every entry in the menu_router table. Below are 2 such entries
Duplicate entry 'admin/build/delegator/page/add/%/%' 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/build/delegator/page/add/%/%', 'a:2:{i:5;N;i:6;N;}', '', 'user_access', 'a:1:{i:0;s:20:\"administer delegator\";}', 'delegator_administer_task_handler_add', 'a:3:{i:0;s:4:\"page\";i:1;i:5;i:2;i:6;}', 124, 7, '', 'admin/build/delegator/page/add/%/%', '', 't', '', 6, '', '', '', 0, 'sites/all/modules/ctools/delegator/delegator.admin.inc') in /home/content/m/c/a/mcarper/html/includes/menu.inc on line 2423.
Duplicate entry 'admin/content/types/inventory/fields/field_related' 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/types/inventory/fields/field_related', '', '', 'user_access', 'a:1:{i:0;s:24:\"administer content types\";}', 'drupal_get_form', 'a:3:{i:0;s:23:\"content_field_edit_form\";i:1;s:9:\"inventory\";i:2;s:13:\"field_related\";}', 63, 6, 'admin/content/types/inventory/fields', 'admin/content/types/inventory', 'Related Models', 't', '', 128, '', '', '', 0, 'sites/all/modules/cck/includes/content.admin.inc') in /home/content/m/c/a/mcarper/html/includes/menu.inc on line 2423.
Comments
Comment #1
kars-t commentedIf I clear the cache I get those messages as well. And tons of them.
Comment #2
merlinofchaos commentedThe menu entry listed there is gone. The second menu entry doesn't belong to CTools. I think this may be the known race condition with menu_rebuild where it executes twice, and not related to CTools at all.