Hi everybody!
I have a three language site (EN-NL-DE) which I would like to update to 1.2.2 because I really *love* the 'label' addition (www.site.com/language/index.php). But I am a bit confused about the diff-update procedure from 1.2.1 to 1.2.2:
Here's what I know I should do:
- back-up the MySQL database;
- back-up the current site;
- update CMSMS to 1.2.2
- update MLE to 1.2.2
What's not clear however is:
- Do I need to change my current config_lang.php?
- What do I need to do with the config_lang.php.alby.label file?
- Do I need to perform any MySQL queries/changes in order to facilitate the update?
Sorry about these -most likely- trivialities, but I've searched/read everything, and I am not confident yet about the update...
Thanks very much in advance!
Update from 1.2.1 to 1.2.2?
Re: Update from 1.2.1 to 1.2.2?
Full MLE contain whole CMSMS 1.2.2Lacertus wrote: I have a three language site (EN-NL-DE) which I would like to update to 1.2.2 because I really *love* the 'label' addition (www.site.com/language/index.php). But I am a bit confused about the diff-update procedure from 1.2.1 to 1.2.2:
Here's what I know I should do:
- back-up the MySQL database;
- back-up the current site;
- update CMSMS to 1.2.2
- update MLE to 1.2.2
Upgrade to new release and test. After modify your config_lang.php
If you want labels and not en_US, nl_NL, de_DE: yesLacertus wrote: What's not clear however is:
- Do I need to change my current config_lang.php?
This is an example. Substitute Italian with your German items and delete Francais and Australian.Lacertus wrote: - What do I need to do with the config_lang.php.alby.label file?
Important are:
- 'block' for compatibility with your DB
- 'locale_cms' is old local key (en_US, nl_NL, de_DE)
- DEFAULT_LANG is one of new LABEL
- delete your mle/mle_admin cookie
No, if you have a working MLE and don't change 'block' you don't changes nothing in DB.Lacertus wrote: - Do I need to perform any MySQL queries/changes in order to facilitate the update?
Sorry about these -most likely- trivialities, but I've searched/read everything, and I am not confident yet about the update...
You must change DB if you want "extended" multilingual to metadata/description per page (read README.FIRST.extended)
Alby
Re: Update from 1.2.1 to 1.2.2?
Hi Alby,
Thank you very much for your reply!
Also, does it matter what my settings are in the 'config.php' with regard to 'internal_pretty_urls' and/or 'use_hierarchy'?
Again many -no doubt stupid- questions, but I seem to be forgetting something...
Thank you very much in advance!
Roy
Thank you very much for your reply!
I did the update to 1.2.2. However, in the site admin/back end pages it still says it's version "1.2.1 Bridgetown" in stead of "1.2.2 Hometown". So I assume something went wrong, but I have no idea what... Do you have any idea?alby wrote: Full MLE contain whole CMSMS 1.2.2
Upgrade to new release and test. After modify your config_lang.php
I changed the config.lang.php.alby.label file (and renamed to 'config_lang.php') to the following:If you want labels and not en_US, nl_NL, de_DE: yes
The site doesn't seem to work with these changes... With the old config_lang.php it works fine. Do you see anything wrong with this?define('DEFAULT_LANG', 'english');
$force_mle_default = false;
$hls = array(
'english' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'locale_cms'=>'en_GB',
),
'nederlands' => array(
'block'=>'nl',
'flag'=>'',
'text'=>'Nederlands',
'locale'=>'nederland',
'locale_cms'=>'nl_NL',
),
'deutsch' => array(
'block'=>'de',
'flag'=>'',
'text'=>'Deutsch',
'locale_cms'=>'de_DE',
),
);
Also, does it matter what my settings are in the 'config.php' with regard to 'internal_pretty_urls' and/or 'use_hierarchy'?
How can I do this? Where are these files located?- delete your mle/mle_admin cookie
I believe I did these DB queries when updating to 1.2.1 EXT.No, if you have a working MLE and don't change 'block' you don't changes nothing in DB.
You must change DB if you want "extended" multilingual to metadata/description per page (read README.FIRST.extended)
Again many -no doubt stupid- questions, but I seem to be forgetting something...
Thank you very much in advance!
Roy
Last edited by orbon design on Sat Dec 22, 2007 1:54 pm, edited 1 time in total.
Re: Update from 1.2.1 to 1.2.2?
Hummm, are you secure of your uploads? I think that a few files are not overwrite (check version.php date in cms_root folder for example).Lacertus wrote: I did the update to 1.2.2. However, in the site admin/back end pages it still says it's version "1.2.1 Bridgetown" in stead of "1.2.2 Hometown". So I assume something went wrong, but I have no idea what... Do you have any idea?
Re-upload whole package
Config is ok,Lacertus wrote:I changed the config.lang.php.alby.label file (and renamed to 'config_lang.php') to the following:If you want labels and not en_US, nl_NL, de_DE: yesThe site doesn't seem to work with these changes... With the old config_lang.php it works fine. Do you see anything wrong with this?define('DEFAULT_LANG', 'english');
$force_mle_default = false;
$hls = array(
'english' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
'locale_cms'=>'en_GB',
),
'nederlands' => array(
'block'=>'nl',
'flag'=>'',
'text'=>'Nederlands',
'locale'=>'nederland',
'locale_cms'=>'nl_NL',
),
'deutsch' => array(
'block'=>'de',
'flag'=>'',
'text'=>'Deutsch',
'locale_cms'=>'de_DE',
),
);
you MUST delete your browser cookie for works (in this cookie there are old values: en_GB, nl_NL, ... and not new label)
In your browser preferences. For example, in FF, are in Tools > Options > Privacy > Cookie > delete cookie of your domainLacertus wrote:How can I do this? Where are these files located?- delete your mle/mle_admin cookie
Ok, if you have 1.2.1 EXT and you apply new queries (for metadata and titleattribute) it's ok, rename two files in lib/classes only (read README.FIRST.extended)Lacertus wrote:I believe I did these DB queries when updating to 1.2.1 EXT.No, if you have a working MLE and don't change 'block' you don't changes nothing in DB.
You must change DB if you want "extended" multilingual to metadata/description per page (read README.FIRST.extended)
Alby
Re: Update from 1.2.1 to 1.2.2?
Thanks a lot again!
Everything works fine now! The removal of the cookies did the trick! Mille grazie!
I am still working on the rest of my issues (i.e. mod_rewrite)...
Ciao!
Roy
Everything works fine now! The removal of the cookies did the trick! Mille grazie!
I redid the upload, but still no "1.2.2" in the admin area. Then I checked the 'diff' package you've made, and it seems the 'version.php' file is missing...alby wrote: Hummm, are you secure of your uploads? I think that a few files are not overwrite (check version.php date in cms_root folder for example).
Re-upload whole package
As stated above: this did the trick!you MUST delete your browser cookie for works (in this cookie there are old values: en_GB, nl_NL, ... and not new label)
I am still working on the rest of my issues (i.e. mod_rewrite)...
Ciao!
Roy
Re: Update from 1.2.1 to 1.2.2?
Lacertus wrote: Everything works fine now! The removal of the cookies did the trick! Mille grazie!

Lacertus wrote:I redid the upload, but still no "1.2.2" in the admin area. Then I checked the 'diff' package you've made, and it seems the 'version.php' file is missing...alby wrote: Hummm, are you secure of your uploads? I think that a few files are not overwrite (check version.php date in cms_root folder for example).
Re-upload whole package

ok, please report your resultLacertus wrote: I am still working on the rest of my issues (i.e. mod_rewrite)...
Alby
Re: Update from 1.2.1 to 1.2.2?
Just to let you know my site is working okay now (CMSMS 1.2.3)... not exactly like I would like (still some problems with mod_rewrite), but it will do for the time being (i.e. until CMSMS2)...
I am now using the following URLs: www.site.nl/index.php/english/contact.html
I figured it's SEF enough...
Thanks for all the help!
I am now using the following URLs: www.site.nl/index.php/english/contact.html
I figured it's SEF enough...

Thanks for all the help!