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\">&laquo;</a> July 2005 &nbsp;</caption>
 <tr class=\"header-week\">
 ...snip...
in /home/sites/site17/web/includes/database.mysql.inc on line 125.

Comments

Brent Rasmussen’s picture

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.

user error: Duplicate entry 'archive:calendar:25-7-2005' for key 1
	query: INSERT INTO cache (cid, data, created, expire, headers)
VALUES ('archive:calendar:25-7-2005', '
	<!-- calendar -->
	<div class=\"calendar\"><table summary=\"A calendar to browse the
archives.\">
	 <caption><a href=\"archive/2005/06/25\" title=\"Previous
month\">«</a> July 2005  </caption>
	 <tr class=\"header-week\">
	 <th abbr=\"Sunday\">Su</th>
	 <th abbr=\"Monday\">Mo</th>
	 <th abbr=\"Tuesday\">Tu</th>
	 <th abbr=\"Wednesday\">We</th>
	 <th abbr=\"Thursday\">Th</th>
	 <th abbr=\"Friday\">Fr</th>
	 <th abbr=\"Saturday\">Sa</th>
	</tr>
	 <tr class=\"row-week\"><td class=\"day-blank\">&nbsp;</td>
	<td class=\"day-blank\">&nbsp;</td>
	<t in
/home/brentras/public_html/dotcom/log/includes/database.mysql.inc on line
66.

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?

bslade’s picture

Could this related to the issue (bug) "improved cache api - race conditions"? ( http://drupal.org/node/1811 )

Ben in DC