On Thu, Oct 29, 2009 at 8:02 AM, ruckc <[email protected]> wrote:
> The same satchmo project on both with the exact database (pg_dump'd)
> with the same versions of the django apps.

> Any suggestions, i have tried every cache backend on the production
> server to no avail.  On the dev server the CACHE_BACKEND parameter
> isn't even set and it works properly.  Is there any other ways to
> debug the SettingNotFound?

> Traceback:

>  8. from product.urls.base import adminpatterns as prodpatterns
> File "/usr/lib64/python2.6/site-packages/Satchmo-0.9_0-py2.6.egg/
> product/urls/__init__.py" in <module>
>  8. catbase = r'^' + config_value('PRODUCT','CATEGORY_SLUG') + '/'
> File "/usr/lib64/python2.6/site-packages/Satchmo-0.9_0-py2.6.egg/
> livesettings/functions.py" in config_value
>  205.         return config_get(group, key).value
> File "/usr/lib64/python2.6/site-packages/Satchmo-0.9_0-py2.6.egg/
> livesettings/functions.py" in config_get
>  150.         return ConfigurationSettings().get_config(group, key)
> File "/usr/lib64/python2.6/site-packages/Satchmo-0.9_0-py2.6.egg/
> livesettings/functions.py" in get_config
>  67.                     raise SettingNotSet('%s config group does
> not exist' % group)
>
> Exception Type: SettingNotSet at /

It looks like for some reason, the product module isn't getting
loaded.  Or that the urls are trying to be loaded before models &
config.  My clue here is the error "config group does not exist".

-- 
Bruce Kroeze
http://www.ecomsmith.com
It's time to hammer your site into shape.

--~--~---------~--~----~------------~-------~--~----~
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