I think I had a similar problem when multiple django/satchmo sites were trying to access the same cache DB/file
On Thu, Oct 29, 2009 at 1:44 PM, Brian Tol <[email protected]> wrote: > > We're also having problems with the db cache. > > On Oct 29, 9:23 am, Alex Robbins <[email protected]> > wrote: >> memcached, using the cmemcache module. >> -- >> Alex Robbins >> 5Q Communications, Inc.http://www.5Qcommunications.com/ >> [email protected] >> 800-747-4214 ext 913 (p)http://www.ask5q.com/twitter/ >> >> >> >> On Wed, Oct 28, 2009 at 8:26 PM, Chris Moffitt <[email protected]> wrote: >> > What cache back end are you using? >> >> > -Chris >> >> > On Wed, Oct 28, 2009 at 3:55 PM, Alex Robbins >> > <[email protected]> wrote: >> >> >> Also, if I do a ./manage.py reset livesettings the problem goes >> >> away...for a while. I can make all the changes I want. The next day >> >> when I come back the settings have reverted to their original values. >> >> >> Ideas? >> >> >> On Wed, Oct 28, 2009 at 3:14 PM, Udbhav <[email protected]> wrote: >> >> >> > I am having this same problem >> >> >> > On Oct 24, 1:58 pm, Alex Robbins <[email protected]> >> >> > wrote: >> >> >> When I try and save some settings at http://<store_url>/settings/ I am >> >> >> getting this error >> >> >> >> IntegrityErrorat /settings/ >> >> >> >> (1062, "Duplicate entry '1-PRODUCT-IMAGE_DIR' for key 2") >> >> >> >> All I have done is try to change the product image directory. >> >> >> >> When I changed that value back to its original value the error went >> >> >> away, replaced by a new one: >> >> >> >> IntegrityErrorat /settings/ >> >> >> >> (1062, "Duplicate entry '1-PAYMENT_DUMMY-CREDITCHOICES' for key 2") >> >> >> >> I didn't even change this value. >> >> >> >> Any ideas? >> >> >> >> Thanks, >> >> >> Alex > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
