First time here? Check out the FAQ!
0

Site matching query does not exist.
 

Hi,

I installed askbot from the current github repository and after some troubleshooting and a couple of attempts I got it up and running. I am able to log in with my superuser and everything works well, except I can't change any parameter of the settings.

After changing a parameter in the settings page and clicking save, a message "Site matching query does not exist." is displayed on top, repeated for as many times as parameters where modified.

Any ideas what could be causing this?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
anonymous user
asked 9 years ago

Comments

see more comments

1 Answer

0

I just ran into this problem! The fix for me was to run

python manage.py migrate

For some reason (and undocumented in the help files) running that command without 'askbot' added additional tables/content that were needed to fully access and use the "admin" and "settings" pages.

I did have to go through the steps on the 'initialize database' page from the install docs a couple of times before things finally started working (and each time, I dropped/re-added my database to start "fresh").

Hopefully that works for you!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
dharrah's avatar
21
dharrah
answered 9 years ago, updated 9 years ago
link

Comments

see more comments