By tidalx3 on
I keep getting this logs whenever cache is turn on. I search the drupal site and can't find a fix. I am the only one with access to admin area, so there shouldn't be any collision problems. I have tried cleaning out the cache table and that doesn't work.
user error: Duplicate entry 'http://www.homebasedbusinessmagazine.com/homeofficetech/toolsservices/Op...' for key 1 query: INSERT INTO cache (cid, data, created, expire, headers) VALUES ('http://www.homebasedbusinessmagazine.com/homeofficetech/toolsservices/Op...', '�\ in /home/httpd/vhosts/homebasedbusinessmagazine.com/httpdocs/includes/database.mysql.inc on line 125.
Comments
or similar writing to cache error like this
user error: Duplicate entry 'http://www.homebasedbusinessmagazine.com/node?from=20' for key 1 query: INSERT INTO cache (cid, data, created, expire, headers) VALUES ('http://www.homebasedbusinessmagazine.com/node?from=20', '�\ in /home/httpd/vhosts/homebasedbusinessmagazine.com/httpdocs/includes/database.mysql.inc on line 125.
give up
give up
;-/
Oh well, I guess if you must.
http://drupal.org/node/9620
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