I will double check everything latter today or tomorrow but after the 
changes I'm still having the same errors.

Chris Moffitt wrote:
> I think the issue is in your MIDDLEWARE_CLASSES. Here's what I have -
>     'django.middleware.common.CommonMiddleware',
>     'django.contrib.sessions.middleware.SessionMiddleware',
>     'django.contrib.auth.middleware.AuthenticationMiddleware',
>     'django.middleware.doc.XViewMiddleware',
>     'django.middleware.locale.LocaleMiddleware',
>     'satchmo.shop.SSLMiddleware.SSLRedirect',
>     #The next middleware is required if you want to use satchmo
>     #to serve multiple simultaneous shops.
>     #"threaded_multihost.middleware.ThreadLocalMiddleware",
>     "satchmo.recentlist.middleware.RecentProductMiddleware"
>
>
> I'd also make sure the TEMPLATE_CONTEXT_PROCESSORS looks something 
> like this-
> TEMPLATE_CONTEXT_PROCESSORS = (   
>     'satchmo.shop.context_processors.settings',
>     'django.core.context_processors.auth',
>     'satchmo.recentlist.context_processors.recent_products',
>     'django.core.context_processors.i18n',
>     'django.core.context_processors.media',
>     'satchmo.shop.context_processors.settings',
>          )
>
> -Chris
>
> On Sun, Oct 12, 2008 at 4:09 PM, GuyBrush <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>> wrote:
>
>
>     here is settings.py http://dpaste.com/84006/
>     here is local_settings.py http://dpaste.com/84007/
>
>
>     Output of python manage.py satchmo_check:
>
>     
> /usr/lib/python2.5/site-packages/pycrypto-2.0.1-py2.5-linux-i686.egg/Crypto/Cipher/Blowfish.py:3:
>     UserWarning: Module _mysql was already imported from
>     /var/lib/python-support/python2.5/_mysql.so, but
>     /var/lib/python-support/python2.5 is being added to sys.path
>      import sys, pkg_resources, imp
>     Checking your satchmo configuration.
>     Using Django version 1.0-final-SVN-unknown
>     Using Satchmo version 0.8-pre-SVN-unknown
>     Your configuration has no errors.
>
>
>     Thank you very much!
>
>     Chris Moffitt wrote:
>     > If you run python mange.py satchmo_check, do you get any errors?
>     >
>     > Also, you could post your settings.py file to dpaste and we'll
>     take a
>     > look.  I suspect you're missing one of the django auth middleware or
>     > the context processor.
>     >
>     > -Chris
>     >
>     > >
>
>
>
>
>
> >


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