On wo, 2010-07-28 at 00:18 -0700, shacker wrote: > On Jul 27, 2:49 pm, Dennis Kaarsemaker <den...@kaarsemaker.net> wrote: > > Are the tracebacks all the same? Can you share a traceback? > > Sure, here's one (search/replaced to make it generic): > > http://dpaste.com/222645/ > > It's happening on various (and unrelated) pages, but the tracebacks > are all equally uninformative.
Indeed, very uninformative. Which database engine do you use, innodb? If so, do a 'show engine innodb status'. The mysql errorlog may also show relevant errors. You could also try rebuilding tables by using 'alter table table_name engine=innodb' (or myisam if you use that). -- Dennis K. They've gone to plaid! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.