Make sure you have django.contrib.messages.middleware.MessageMiddleware in your MIDDLEWARE and 'django.contrib.messages' in your INSTALLED_APPS
See if that helps. -Chris On Sun, Dec 19, 2010 at 10:26 AM, Alvaro Gomez <[email protected]> wrote: > Hi > > > Here it is: > > http://dpaste.com/288317/ > > > <http://dpaste.com/288317/>Regards > > 2010/12/19 Chris Moffitt <[email protected]> > >> Could you post the full traceback to dpaste and let us take a look at it? >> >> -Chris >> >> On Sat, Dec 18, 2010 at 7:35 PM, Alvaro <[email protected]> wrote: >> >>> Hi >>> >>> >>> I'd enabled the stock control options in the admin, and now each time >>> I try to add a product (simple or variation) to the cart I get an >>> error page with: >>> >>> AttributeError at /product/quartz_1n4_s/ >>> 'unicode' object has no attribute 'level' >>> >>> Django Version: 1.2.3 >>> Exception Type: AttributeError >>> Exception Value: 'unicode' object has no attribute 'level' >>> >>> I need a more friendly message for end users. >>> >>> I'm using almost the latest satchmo code available (update yesterday). >>> >>> >>> Any help? >>> >>> -- >>> 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]<satchmo-users%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/satchmo-users?hl=en. >>> >>> >> -- >> 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]<satchmo-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/satchmo-users?hl=en. >> > > > > -- > Alvaro > www.dorsalcero.net > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- 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.
