cccs-web / core

CCCS' customized django web application
4 stars 11 forks source link

languages not showing / showing incorrectly #141

Closed cccs-ip closed 9 years ago

cccs-ip commented 9 years ago

Something strange happened today:

My options for editing different languages are no longer visible in production. They are, however, visible when working via Cristi:

lang not showing

Also strange is that one of the page elements has decided to present itself in Russian:

russian title showing

Any idea what's going on?

cccs-ip commented 9 years ago

This bug is also affecting the front end

russian front end

marcusbjoerkqvist commented 9 years ago

Could this bug be related to the problems I've been having saving my changes on the site? https://github.com/cccs-web/core/issues/136

cccs-ip commented 9 years ago

Yes, it's related.

pwhipp commented 9 years ago

Something has messed up badly with the migrations. I really should have been using staging :(

Investigating...

pwhipp commented 9 years ago

Unfortunately there does not appear to be anything wrong with my migrations. It looks like turning on South and using migrations has caused some unpleasant effects in the interaction between mezzanine and django_modeltranslation. Still investigating...

cccs-ip commented 9 years ago

Yes, the database seems to be OK still, as was evident when accessing the site via cristi.

pwhipp commented 9 years ago

This was caused by the upgrades. I've added a couple of upgrade tasks that are not urgent but should be done fairly soon - #147.

This issue can be closed.