I have several language problems on my new installation. And today i decided to check the database from my drupal 7 site which the "languages" table shows 2 rows for defined languages but the backdrop database which the "language" table shows empty.
Is this normal behaviour?
Comments
Hi aubergine. Languages are saved as json files inside your config folder in BAckdrop. I doubt your issues with languages is related to this.
The reason there is a table called language in your database is probably because this is an upgrade from D7, and the upgrade probably failed to run completely. The table should have been deleted by language_update_1002, which probably never run.
So, I'm sorry to say, but your upgrade may have failed to complete, which may explain some of the issues.
I didnt upgrade from d7, it was a fresh new install. I even turned drupal compatibility to false.
Probably some module(s) messing it up.
Anyways, currently i find multilingual capacity as unusable and i hope it will get better in the future. However, if it wont, im afraid this will be a waste of time.