In 1.6 you don't touch DB.gjr wrote: We upgrade to 1.6 btw!
Go in Admin Global Settings > MLE languages and update
and use old format {global_content name="footer"}
Alby
In 1.6 you don't touch DB.gjr wrote: We upgrade to 1.6 btw!
MLE languages describe OLD config_lang too?gjr wrote: Damn, a lot of error there:
You have a OLD config_lang.php (pre 1.6). Please checks ALL ABOVE and BELOW values and Submit for create a correct new version of config_lang.php!
* Error in some MLE config fields:
* locale_cms field is missing in en_US! Look in README.FIRST
Error in copy extended files: class.content.inc.php, class.pageinfo.inc.php
The good news is:
Success Preferences have been updated.
MLE DB installation was successfully tested
![]()
define('DEFAULT_LANG', 'en_US');;
$hls = array(
'en_US' => array(
'locale_cms'=>'en_US',
'block'=>'en',
'parent'=>'en',
'flag'=>'',
'text'=>'English',
'locale'=>'en_US.UTF-8'
),
'ita' => array(
'locale_cms'=>'it_IT',
'block'=>'nl',
'parent'=>'nl',
'flag'=>'',
'text'=>'Nederlands',
'locale'=>'nl_NL.UTF-8'
),
);
?>