i get the following error when trying to acces the "overview page"

user warning: Unknown column 'lang_da' in 'field list' query: INSERT INTO translation_overview_priority (tnid, lang_da, lang_en, lang_de) VALUES (51, 1, 1, 1) in /var/www/WORKSPACE_DRUPAL/multilanguage_test/includes/common.inc on line 3528.

Comments

drewish’s picture

Does that match the list of languages enabled on your site?

drewish’s picture

Status: Active » Postponed (maintainer needs more info)
marcoka’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

i do not remember. i should have wrote a note :)

penyaskito’s picture

Title: db errror » Columns are not created at translation_overview_priority when adding languages
Status: Closed (cannot reproduce) » Active

I can reproduce it.

If I add a language existing on d.o (form 'Predefined language'), the column is not added to the table.
If I add a custom language, it works as expected.

Workaround: Uninstall and install again the translation_overview module.

Maybe by fixing #350702: detect languages that were added when translation_overview was not active this one becomes fixed at the same time.