First time here? Check out the FAQ!
2

How to resolve upgrade issues with 0.7.49?
 

Upgrade from 0.7.48 to 0.7.49 did not go smoothly.

The database migrations scripts do not appear to take account of existing robots tables nor celery* tables. These bugged out many times until all those existing tables were removed manually for the script to recreate.

Unless ASKBOT_CSS_DEVEL = False it fails!

Also settings.py needs ALLOWED_HOSTS = ( '.XXX.com', )

BeautifulSoup needs to be installed.

The robots rules need to be recreated to allow crawling, by default this is blocked.

But after upgrade it throws an error about jquery not existing, the dates display as 2013-09-15 16:57:28 -0500 instead of a calculated result, the editor toolbar (markdown) also does not appear and the site seems to operate in a non javascript mode, aside from mathjax which operates correctly.

The is clearly some javascript fault killing things but I can't work it out.

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)
Rupreck's avatar
305
Rupreck
asked 11 years ago, updated 11 years ago

Comments

some javascript fault seems to be killing things.

Rupreck's avatar Rupreck (11 years ago)

Can you confirm that upgrade fails on uncustomized setup and `python manage.py runserver` does not give sufficient feedback for updating the settings.py file? Are you using custom templates?

Evgeny's avatar Evgeny (11 years ago)

Downgrading to Django version 1.4.5 has not resolved it.

Rupreck's avatar Rupreck (11 years ago)

Clearing the cache using the methods there has not helped. :(

Rupreck's avatar Rupreck (11 years ago)
see more comments

1 Answer

1

I agree with you, whenever there is an upgrade, we need a seamless upgrade experience. And documentation steps for every new upgrade is needed. @Evgeny

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)
pajju's avatar
565
pajju
answered 11 years ago
link

Comments

see more comments