Hello,
I have on my site the spanish and english language and i need it to add the portugues language to it, the problem is that the installation wasnt done right when I added the language since when I add it drupal gave me a Internal Server Error from apache when it was at 20% of the installation of the new language, as a consecuence of it even that I erase the portuguese language I get a fatal error every time I want create content, no matter what language it is. the error I get is the following:
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'lang_ptbr' in 'field list': INSERT INTO {translation_overview_priority} (tnid, lang_en, lang_ptbr, lang_es) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3); Array ( [:db_insert_placeholder_0] => 283 [:db_insert_placeholder_1] => 1 [:db_insert_placeholder_2] => 1 [:db_insert_placeholder_3] => 1 ) en drupal_write_record() (línea 6888 de /usr/home/myweb/www/includes/common.inc).
So, how can I fix this error? How can I add content again? and how can I install the portugues language right? Why does my server give me this error(the internal server one when I installed the language)?