Page 1 of 1
Multilanguage CMSMS MLE 1.4.1
Posted: Sun Aug 10, 2008 9:45 pm
by alby
Well,
History changelog
here
Release in forge:
- Full installation (with all languages)
- Base installation (en_US only), for other languages download langs pack from official release!
- Diff file is VS CMSMS 1.4.1
Alby
Re: Multilanguage CMSMS MLE 1.4.1
Posted: Mon Aug 11, 2008 3:36 am
by mel
Hi,
I tried it tonight. I was able to create a default install (but did'nt try database modifications), but unable to upgrade my existing site (CMSMS-MLE 1.3.1)
I see all my content under admin side, can previsualise, but get a 404 error on site.
Currently, I tested it only in local. I un-zip base-package in a new directory. I create a new database. I copied my config-lang.php. and config.php where I change information to new location/database (as I didn't want to overwrite my running and working version). After, I run upgrade.php, everything seems to be fine until I try the web site.
What I did wrong?
Thanks!
Melanie
Re: Multilanguage CMSMS MLE 1.4.1
Posted: Mon Aug 11, 2008 7:42 am
by alby
mel wrote:
I tried it tonight. I was able to create a default install (but did'nt try database modifications), but unable to upgrade my existing site (CMSMS-MLE 1.3.1)
I see all my content under admin side, can previsualise, but get a 404 error on site.
Currently, I tested it only in local. I un-zip base-package in a new directory. I create a new database. I copied my config-lang.php. and config.php where I change information to new location/database (as I didn't want to overwrite my running and working version). After, I run upgrade.php, everything seems to be fine until I try the web site.
Hi,
1. clear your cookies (for that site only or 127.0.0.1) or try to use an other browser
2. active debug in config.php and look in server logs for other info
Alby
[solved] Re: Multilanguage CMSMS MLE 1.4.1
Posted: Tue Aug 12, 2008 1:54 am
by mel
Hi,
I learn what is server log today... I think it's what you want to see:
127.0.0.1 - - [11/Aug/2008:21:38:00 -0400] "GET /labneuro/ HTTP/1.1" 404 195
127.0.0.1 - - [11/Aug/2008:21:42:03 -0400] "GET /labneuro/index.php/fr_FR/accueil HTTP/1.1" 404 195
Not sure what it mean.
I tried another browser, clear cookies.
Thanks
Mel
[edit] Solved by myself!!

Post the solution in case it help someone.
I compare my two version on debug. In 1.4.1, I have this message repeated on any content page on admin side :
Notice: Undefined index: metadata in C:\internet\wamp\www\labneuro\lib\classes\class.content.inc.php on line 865
Notice: Undefined index: titleattribute in C:\internet\wamp\www\labneuro\lib\classes\class.content.inc.php on line 874
I forget I modify this 2 files to have MLE-extended"
Now I could try this new version!