[SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2

This is a FORK of the CMS Made Simple project and is not oficially supported in any way by the CMS Made Simple development team.
alby

Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2

Post 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
gjr
Forum Members
Forum Members
Posts: 42
Joined: Wed Jun 11, 2008 11:21 am

Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2

Post 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

:)
Last edited by gjr on Thu Jul 09, 2009 3:26 pm, edited 1 time in total.
alby

Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2

Post 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
gjr
Forum Members
Forum Members
Posts: 42
Joined: Wed Jun 11, 2008 11:21 am

Re: [SOLVED]Can't change footer due to Archiver error, using CMSMS 1.2 and MLE1.2

Post 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'
),
);
?>
Locked

Return to “[locked] CMSMS MLE fork”