I had created an OSQA before and it was working well. Then I decided to translate it to Turkish. After some translations I saw that not all of my changes affect QA. I searched for it and found that .po file is not synced with actual site and created new .po file. My changes started to affect the page, but then suddenly my Q&A crashed. There were some problem while fetching data from forum_keyvalue table. What I had in log file was rows like that and that caused Q&A to crash.

C:Python27Libsite-packagesforum2forumsettingsbase.py TIME: 2011-11-03 09:31:27,227 MSG: base.py:value:65 Error retrieving setting from database (USE_CUSTOM_HEAD): 'NoneType' object is not callable

I didnt understand why I couldnt get data from that table. I have created a new Q&A since I couldnt find any solution and now when I use commands "manage.py syncdb --all" and "manage.py migrate forum --fake" it creates all tables but forum_keyvalue table is not populated with any data. When I run the site I take the errors I wrote above again. It can't get settings. How can I populate this table? What is the problem here? It was working well before...

asked 03 Nov '11, 04:07

samet's gravatar image

samet
11235
accept rate: 0%

edited 22 Nov '11, 14:06

rickross's gravatar image

rickross ♦♦
12.5k2814972

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
×37
×13
×7

Asked: 03 Nov '11, 04:07

Seen: 316 times

Last updated: 22 Nov '11, 14:06

powered by OSQA