Either way, their dango.root setting is wrong as they are setting it to physical file system path. Remove that whole django.root setting as you do not need it when mounting at root of site.
The sooner people stop using mod_python the better. ;-) Graham On Mar 18, 12:41 pm, Karen Tracey <[email protected]> wrote: > On Tue, Mar 17, 2009 at 1:54 PM, Bro <[email protected]> wrote: > > > [snip] > > File "/var/lib/python-support/python2.5/django/core/handlers/ > > base.py", line 44, in load_middleware > > raise exceptions.ImproperlyConfigured, 'Middleware module "%s" > > does not define a "%s" class' % (mw_module, mw_classname) > > > ImproperlyConfigured: Middleware module > > "django.contrib.flatpages.middleware" does not define a > > "FlatpageFallbackMiddlewar" class > > You seem to have dropped the e off the end of FlatpageFallbackMiddelware in > your MIDDLEWARE_CLASSES setting that includes that middleware. > > Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

