By bslade on
The error below is a somewhat rare error coming out of a Drupal 4.5.2 site (it's been reported to me, but I haven't seen it). Any pointers as to what could cause this?
Thanks in advance
Ben in DC
PublicMailbox at benslade dot.com
(append 030516 to the subj to bypass spam filters)
user error: Duplicate entry 'archive:calendar:24-7-2005' for key 1
query: INSERT INTO cs_cache (cid, data, created, expire, headers) VALUES ('archive:calendar:24-7-2005', '
<!-- calendar -->
<div class=\"calendar\"><table summary=\"A calendar to browse the archives.\">
<caption><a href=\"?q=archive/2005/06/24\" title=\"Previous month\">«</a> July 2005 </caption>
<tr class=\"header-week\">
...snip...
in /home/sites/site17/web/includes/database.mysql.inc on line 125.
Comments
"Me too" with 4.6.2
I am getting the exact same error on one of my user's machines. He is running Windows 2000 and IE 6.0, all recent patches and updates applied.
Please see the screenshot here:
http://brentrasmussen.com/log/node/93
Please note that I have been completely unable to duplicate this error on my own machine (XP with Firefox, IE, Netscape, & Mozilla Browser.) It seems to be specific to this one user's configuration (Win2000 & IE).
Any thoughts?
Could this be related to an old cache insert race condition bug?
Could this related to the issue (bug) "improved cache api - race conditions"? ( http://drupal.org/node/1811 )
Ben in DC