Page 2 of 2
Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2
Posted: Thu Jul 09, 2009 2:40 pm
by alby
gjr wrote:
We upgrade to 1.6 btw!
In 1.6 you don't touch DB.
Go in Admin Global Settings > MLE languages and update
and use old format {global_content name="footer"}
Alby
Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2
Posted: Thu Jul 09, 2009 3:20 pm
by gjr
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

Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2
Posted: Thu Jul 09, 2009 3:31 pm
by alby
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
MLE languages describe OLD config_lang too?
Alby
Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2
Posted: Thu Jul 09, 2009 3:33 pm
by gjr
this is my config_lang.php
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'
),
);
?>