I don't seem to be able to upgrade my 1.5.4 mle installation to the 1.6.1:
The old one works perfectly.... no errors so far on it.
To upgrade I've downloaded the base mle package from the Forge. Unpacked it, copied it over the old files.
Ran upgrade.php ... worked without error.
Then changed $config['set_names'] = true; in config.php.
I then tried to update config_lang.php from the admin interface ( which didn't quite work)... so I edited by hand like so:
Code: Select all
$hls = array(
'de_DE' => array(
'locale_cms'=>'de_DE',
'block'=>'de',
'parent'=>'de_DE',
'flag'=>'<img src="http://siedlungcms.local/uploads/lang/de.png" style="border:0;opacity:1;" alt="Deutsch" title="Deutsch" />',
'text'=>'Deutsch',
'locale'=>'de_DE.UTF-8'
),
'en_US' => array(
'locale_cms'=>'en_US',
'block'=>'en',
'parent'=>'en',
'flag'=>'<img src="http://siedlungcms.local/uploads/lang/us.png" style="border:0;opacity:1;" alt="English" title="English" />',
'text'=>'English',
'locale'=>'en_US.UTF-8'
),
'pl_PL' => array(
'locale_cms'=>'pl_PL',
'block'=>'pl',
'parent'=>'pl',
'flag'=>'<img src="http://siedlungcms.local/uploads/lang/pl.png" style="border:0;opacity:1;" alt="Polski" title="Polski" />',
'text'=>'Polski',
'locale'=>'pl_PL.UTF-8'
),
);
Now in the admin interface where I normally edit my pages all the German pages have menu entries displayed. The English ones haven't and nor have the Polish..... How do I get them back ( They are in the database.... I've checked that).
Together with this problem of course no site can be displayed in front-end view ( = what the user would see). No menu-item displayed there either

What have I been missing?
Has anybody had a similar problem and can help me solve it?
Thanks so much
Cherry