I get tons of these errors, all pointing to menu.inc line 2423.

user warning: Duplicate entry 'admin/help/date' 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/help/date', '', '', 'user_access', 'a:1:{i:0;s:27:\"access administration pages\";}', 'help_page', 'a:1:{i:0;i:2;}', 7, 3, '', 'admin/help/date', 'date', 't', '', 4, '', '', '', 0, 'modules/help/help.admin.inc') in /home/merilai2/public_html/drupal6/includes/menu.inc on line 2423.

I'm using version 1.1.2.48 (2009/10/02 20:16:57) from CVS. I don't know what I've changed, but the same code was working couple of days ago.

Comments

merilainen’s picture

Weird, it happened only once. Now I clicked recreate again without any errors.

yhahn’s picture

Status: Active » Postponed (maintainer needs more info)

Cool, please update the case if it happens again and you have more clues about the cause.

pimousse98’s picture

Hi, the same thing happens to me, it seems, after I clear the cache. if I reload the page it doesn't happen again. It happens on most form submits - edit a node, for example, or going to the view edit page.

hadsie’s picture

I'm not sure if this is the same error, but I'm also getting a duplicate item errors in the cache table. It's not a huge problem because reloading the page causes the error to go away, but every once in a while one of our users hits it and gets freaked out ;-)

The error message is starts with:

 user warning: Duplicate entry 'features_module_info' for key 1 query: INSERT INTO cache (cid, data, expire, created, headers, serialized) VALUES ('features_module_info', 'a:2:{s:6:\"module\";a:195:{s:11:\"active ...

It's several pages long. It often happens after I've reverted some features or updated a site. And the error is always with a features cache entry, not sure if it's always features_module_info, but it could be.

jumoke’s picture

any fix to this? I'm getting the same issue

mpotter’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Closing this for lack of activity. Please re-open this issue if you can reproduce it in the latest version.