Duplicate entry 'admin/content/date/tools/import/ical' 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/date/tools/import/ical', '', '', 'user_access', 'a:1:{i:0;s:21:\"administer date tools\";}', 'drupal_get_form', 'a:1:{i:0;s:32:\"date_tools_copy_import_ical_form\";}', 63, 6, 'admin/content/date/tools/import', 'admin/content/date/tools', 'iCal import', 't', '', 128, '', '', '', 2, '') in /usr/home/hoslo/public_html/includes/menu.inc on line 2423.

Get this alot. :/

Comments

gpk’s picture

Status: Active » Closed (duplicate)

This is a race condition in menu_rebuild(). See #333428-15: Duplicate entries in menu_router table (6.x branch).

#251792-163: Implement a locking framework for long operations should fix it, if the patch still applies (if you know how to apply patches..). See also #202 in the same issue.