I upgraded our server today from 2.0.20 to 2.5.7 and now I am recieving the errors below in my apache log. I have checked permissions and the upgrade process ran without an error. I looked at the other postings about this topic and none of the solutions seemed to fit the bill. Could anyone assist?
[Wed Jan 25 13:36:44 2017] [info] [client 10.50.8.39] mod_wsgi (pid=10776, process='', application='ubuntu|'): Loading WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'. [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] mod_wsgi (pid=10776): Exception occurred processing WSGI script '/var/www/reviewboard/htdocs/reviewboard.wsgi'. [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] Traceback (most recent call last): [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] File "/usr/lib/pymodules/python2.6/django/core/handlers/wsgi.py", line 230, in __call__ [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] self.load_middleware() [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py", line 33, in load_middleware [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] for middleware_path in settings.MIDDLEWARE_CLASSES: [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] File "/usr/lib/pymodules/python2.6/django/utils/functional.py", line 269, in __getattr__ [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] self._setup() [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] File "/usr/lib/pymodules/python2.6/django/conf/__init__.py", line 40, in _setup [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] self._wrapped = Settings(settings_module) [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] File "/usr/lib/pymodules/python2.6/django/conf/__init__.py", line 75, in __init__ [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] raise ImportError, "Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e) [Wed Jan 25 13:36:44 2017] [error] [client 10.50.8.39] ImportError: Could not import settings 'reviewboard.settings' (Is it on sys.path? Does it have syntax errors?): No module named settings -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
