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
Comment #1
drewish commentedDoes that match the list of languages enabled on your site?
Comment #2
drewish commentedComment #3
marcoka commentedi do not remember. i should have wrote a note :)
Comment #4
penyaskitoI 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.
Comment #5
james.williamsClosing ticket as a duplicate.