OS: Centos 5.3
Python: 2.5.4
django: 1.1 beta 1 SVN-10674
Satchmo: 0.9-pre-SVN-2027

when i click "Set up contact information " on the page http://django/accounts,
and i get the below  errors:

AttributeError at /accounts/update/

'NullConfig' object has no attribute 'areas'

Environment:

Request Method: GET
Request URL: http://django/accounts/update/
Django Version: 1.1 beta 1 SVN-10674
Python Version: 2.5.4
Installed Applications:
['satchmo_store.shop',
 'django.contrib.admin',
 'django.contrib.admindocs',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.comments',
 'django.contrib.sessions',
 'django.contrib.sitemaps',
 'django.contrib.sites',
 'sorl.thumbnail',
 'satchmo',
 'keyedcache',
 'livesettings',
 'satchmo_store.contact',
 'product',
 'shipping',
 'payment',
 'payment.modules.giftcertificate',
 'satchmo_store.contact.supplier',
 'satchmo_utils',
 'satchmo_utils.thumbnail',
 'l10n',
 'tax',
 'satchmo_ext.wishlist',
 'satchmo_ext.upsell',
 'satchmo_ext.productratings',
 'app_plugins',
 'django_extensions']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.middleware.doc.XViewMiddleware',
 'threaded_multihost.middleware.ThreadLocalMiddleware',
 'satchmo_store.shop.SSLMiddleware.SSLRedirect')


Traceback:
File "/opt/python-2.5.4/lib/python2.5/site-packages/django/core/
handlers/base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/opt/python-2.5.4/lib/python2.5/site-packages/django/contrib/
auth/decorators.py" in __call__
  78.             return self.view_func(request, *args, **kwargs)
File "/opt/python-2.5.4/lib/python2.5/site-packages/Satchmo-0.9_pre-
py2.5.egg/satchmo_store/contact/views.py" in update
  81.         form = ExtendedContactInfoForm(shop=shop,
contact=contact, shippable=True, initial=init_data)
File "/opt/python-2.5.4/lib/python2.5/site-packages/Satchmo-0.9_pre-
py2.5.egg/satchmo_store/contact/forms.py" in __init__
  54.         areas = shop.areas()

Exception Type: AttributeError at /accounts/update/
Exception Value: 'NullConfig' object has no attribute 'areas'

Anybody have a clue as to what I might be doing wrong here?  Thanks
--~--~---------~--~----~------------~-------~--~----~
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