Django Unhandled Exception Troubleshoot -
django has been set on site5 , running smoothly, till tried install django-lockdown , broke. i'm unable last working state, unfortunately.
here's error log:
mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/db/models/base.py", line 96, in __new__ mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/contrib/contenttypes/models.py", line 129, in <module> mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/contrib/auth/models.py", line 20, in <module> mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/contrib/auth/backends.py", line 3, in <module> mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/contrib/auth/middleware.py", line 3, in <module> mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/utils/importlib.py", line 40, in import_module mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/utils/module_loading.py", line 21, in import_by_path mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/core/handlers/base.py", line 47, in load_middleware mod_fcgid: stderr: file "/home/projectname/.local/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 187, in __call__
i have been trying decipher cause of problem error log, have totally no clue @ moment. if should find these error log lines familiar, enlighten me on how can fixed problem...
have checked ownership of new python/django install? fastcgi module might not have access rights.
Comments
Post a Comment