If you're using sqlite that might be part of the problem. I've seen issues with threading and sqlite working ok. If you try mysql or postgresql does it work?
If the table is missing, that is a problem. Can you try running a fresh syncdb to see if it gets corrected? -Chris On Tue, Jan 20, 2009 at 10:43 PM, davis <[email protected]> wrote: > > The dev server works fine, and they're both using all the same files, > including the sqlite db. > > From the satchmo.log: > > 2009-01-21 04:24:58,782 configuration: ERROR no such table: > livesettings_setting > 2009-01-21 04:24:58,783 configuration: WARNING Problem finding > settings PRODUCT.CATEGORY_SLUG, no such table: livesettings_setting > > It says there's no livesettings_setting table, but there is, but it is > empty -- is it supposed to be? > > On Jan 20, 10:21 pm, Chris Moffitt <[email protected]> wrote: > > It's having a problem import the product.urls file and is hanging up on > the > > product Category Slug config value and I'm not sure why. > > > > Do you get the same error when you run the local dev server instead of > mod > > python? > > > > -Chris > > > > On Tue, Jan 20, 2009 at 10:39 AM, davis <[email protected]> wrote: > > > > > Here's the dpaste link: > > > > >http://dpaste.com/111213/ > > > > > Thanks for looking at it. > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
