Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Technical infrastructure
-
Labels:None
Description
I was trying out the php4 demo at openngo.org and tried to add a new household. When I clicked "save" it gave me the following error:
http://demo.openngo.org/civicrm/drupal-php4/civicrm/contact/addH
user error: Duplicate entry 'locale:en' for key 1
query: INSERT INTO cache (cid, data, created, expire, headers) VALUES ('locale:en', 'N;', 1120065334, 0, '') in /home/clients/caltha/www/demo.openngo.org/php4/civicrm/drupal-php4/includes/database.mysql.inc on line 66.
When I clicked "Save and new" after hitting the back button, it worked fine. Not sure if this is an interface bug or what. I was logged in as crmadmin. I'm not sure there were any households in the demo db before I tried to add this one.