CMSMS Forge

CMSMadeSimple Multilingual

Submit new documentation | View Documentation

CMSMS MLE FAQ/Troubleshooter

1. After the installation, I get a 404 error (Page Not Found).

Log into phpMyAdmin and change the following manually:

  1. In the content table, rename columns content_name and menu_text to content_name_en and menu_text_en accordingly.
  2. Add columns content_name_de and menu_text_de. If you have installed additional languages, add columns for these too. E.g. for Swedish add content_name_se and menu_text_se.
  3. Further, In the htmlblobs table, rename the column html to html_en and add column html_de and if you have additional languages add them here too.

2. After the installation, when I open the front end, it reads in the upper right corner: Languages not set!

Looks like your config_lang.php file wasn't created. For the time of the installation, please make the cmsms directory writable, so this file can be created correctly. Or you can take a sample file here: http://forum.cmsmadesimple.org/index.php?action=dlattach;topic=8376.0;id=1322

3. How do I change the default language?

You can change it in config_lang.php.

4. How do I reorder languages?

You can reorder languages by reordering lines in config_lang.php