After the ugrade from CMS-Multilingual 0.12.2 beta 1
to 1.0beta4-multilang,
I got this error-message Lans not set! and I have no more the possibilitiy to select a language.
What can I do ?
upgrade CMS-Multilingual to 1.0beta4-multilang
Re: upgrade CMS-Multilingual to 1.0beta4-multilang
I have researched the possibility to upgrade to 1.0 beta 4 mle and here's what needs to be done:
1) rename template_config.php to config_lang.php.
2) inside config_lang.php, rename $lans to $hls
3) In the database, change field names from content_name and menu_text to content_name_en and menu_text_en
4) in the template, change {lanselector} to {lang}
Please let me know if this helps.
I don't think I'm going to create an automatic upgrader for this. But this will be in the updater since 1.0 beta 4 mle.
1) rename template_config.php to config_lang.php.
2) inside config_lang.php, rename $lans to $hls
3) In the database, change field names from content_name and menu_text to content_name_en and menu_text_en
4) in the template, change {lanselector} to {lang}
Please let me know if this helps.
I don't think I'm going to create an automatic upgrader for this. But this will be in the updater since 1.0 beta 4 mle.