Closed (duplicate)
Project:
Drupal core
Version:
6.13
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 18:01 UTC
Updated:
22 Sep 2009 at 11:20 UTC
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
Comment #1
gpk commentedThis 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.