Hey I've installed osqa on ubuntu.

I'm using python2.6 and have installed South, when I run the server I don't get any errors but as soon as I make a request to osqa this is returned.

Traceback (most recent call last):

File "/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/core/servers/basehttp.py", line 279, in run
    self.result = application(self.environ, self.start_response)

File "/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/core/servers/basehttp.py", line 651, in __call__
    return self.application(environ, start_response)

File "/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/core/handlers/wsgi.py", line 241, in __call__
    response = self.get_response(request)

File "/usr/local/lib/python2.6/dist-packages/Django-1.1-py2.6.egg/django/core/handlers/base.py", line 73, in get_response
    response = middleware_method(request)

File "/var/www/osqa/forum/middleware/request_utils.py", line 7, in process_request
    if MAINTAINANCE_MODE.value is not None and isinstance(MAINTAINANCE_MODE.value.get('allow_ips', None), list):

AttributeError: 'str' object has no attribute 'get'

I was wondering if anyone has come across anything similar.

asked 04 Oct '10, 05:39

Shane's gravatar image

Shane
13
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×25
×23

Asked: 04 Oct '10, 05:39

Seen: 299 times

Last updated: 04 Oct '10, 05:39

powered by OSQA