Ask Your Question
0

KeyError at /questions/

asked 2013-02-07 05:03:50 -0500

coldsystem's avatar

updated 2013-02-07 05:04:23 -0500

Upgraded from 07.43 to 0.7.48 manage.py syncdb manage.py migrate askbot 0160

manager runserver ip:port

i have this :

KeyError at /questions/
u'common'
Request Method: GET
Request URL:    http://xxxx.com:443/questions/
Django Version: 1.4.3
Exception Type: KeyError
Exception Value:    
u'common'
Exception Location: /opt/SITE-PROJECT/askbot/skins/loaders.py in get_skin, line 84
Python Executable:  /usr/bin/python
Python Version: 2.6.6

How to solve this?

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2013-02-12 10:16:05 -0500

updated 2013-02-12 10:17:03 -0500

try this: Login into the django shell

python manage.py  shell

and then do the following.

from askbot.conf import settings
settings.update('ASKBOT_DEFAULT_SKIN', 'default')

The "common" skin is no longer usable.

edit flag offensive delete link more

Comments

1

i have one word for you : Thanks. oh my god , my forum comes back

coldsystem's avatar coldsystem  ( 2013-02-12 10:20:35 -0500 )edit
0

answered 2013-02-12 04:43:56 -0500

coldsystem's avatar

any one have an answer of this ?

edit flag offensive delete link more
0

answered 2013-02-12 10:07:45 -0500

Evgeny's avatar

Go to /settings/GENERAL_SKIN_SETTINGS/ and change default skin to something that exists in the dropdown.

edit flag offensive delete link more

Comments

you mean that i have to edit setting.py ? i see no GENERAL_SKIN_SETTINGS on this file ?

coldsystem's avatar coldsystem  ( 2013-02-12 10:14:12 -0500 )edit

You can do it either from shell like Adolfo says or at url on your site that I gave.

Evgeny's avatar Evgeny  ( 2013-02-12 10:18:01 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-02-07 05:03:50 -0500

Seen: 568 times

Last updated: Feb 12 '13