I've used localization to change four strings and have gotten an error message when a certain event takes place; I'm guessing that it's when a certain page is displayed but I haven't yet been able to track it down. I've tried revisiting all the pages that I did at the time the error occured but no further errors have shown.
The error message given is:
user error: Duplicate entry 'locale:en' for key 1 query: INSERT
"View Details" shows location as "/admin/misc/print.css". Message is the following:
user error: Duplicate entry 'locale:en' for key 1 query: INSERT INTO cache (cid, data, created, expire) VALUES('locale:en', 'a:899:
That is followed by a list of string pairs, each identical and none match the ones I translated, followed by a reference to line 75 in database.mysql.inc.
Any ideas?