C:\Python27\Lib\site-packages\fantasy_island\forum\middleware\extended_user.py TIME: 2011-11-01 10:58:24,444 MSG: extended_user.py:process_request:23 Unable to convert auth_user 65 to forum_user: 
Traceback (most recent call last):
File "C:\Python27\Lib\site-packages\fantasy_island\forum\middleware\extended_user.py", line 12, in process_request
request.user = request.user.user
File "C:\Python27\Lib\site-packages\django\db\models\fields\related.py", line 239, in __get__
rel_obj = self.related.model._base_manager.using(db).get(**params)
File "C:\Python27\Lib\site-packages\django\db\models\manager.py", line 189, in using
return self.get_query_set().using(*args, **kwargs)
File "C:\Python27\Lib\site-packages\fantasy_island\forum\models\base.py", line 69, in get_query_set
return CachedQuerySet(self.model)
TypeError: 'NoneType' object is not callable

I get this error when I tried to login to the system. I use django-sso and it was working well before. I didn't understand what happened then. I started to get this error and I can't reach any of the questions now. What can I do? I can't get any data from db because of this error

asked 01 Nov '11, 05:28

samet's gravatar image

samet
11235
accept rate: 0%

edited 08 Nov '11, 08:01

Andrew_S's gravatar image

Andrew_S ♦
5.6k45674

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:

×113
×75
×32
×7

Asked: 01 Nov '11, 05:28

Seen: 518 times

Last updated: 08 Nov '11, 08:01

powered by OSQA