Sorry, the problem turned out to be a configuration oversight. I had
the DATABASE_NAME set in both settings.py and local_settings.py, and
the latter was overriding the former with the wrong value. So not only
was the table missing, but the whole database was as well.

I wonder if there should be an error message indicating that the
database is inaccessible?

Thanks for helping, Chris. And, by the way, thanks to you guys for
Satchmo -- it's cool.

On Jan 21, 9:18 am, Chris Moffitt <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to