Posted by SMonsen on August 18, 2009 at 6:01pm
2 followers
Jump to:
| Project: | Drupal core |
| Version: | 6.13 |
| Component: | base system |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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
#1
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.