I'm a newbie (been building drupal for a year). I'm getting these errors and it doesn't matter what module is installed. here is the gist:
user warning: Duplicate entry '_' for key 1 query: INSERT INTO menu_router VALUES in /menu.inc on line 2385.

I'm not sure how to use a patch, etc. but willing to try anything if someone can give me a breakdown as to exactly what to do.
Running Drupal 6.13 on Apache on Unix, MySQL 5.0.67, PHP 5.2.8.

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.