thank you for your help.
So...
I've "manually" create a config_lang.php file with:
Code: Select all
<?php
$hls = array(
'de' => '<img src="images/lang/lang_de.gif" border="0">',
'en' => '<img src="images/lang/lang_en.gif" border="0">',
'fr' => '<img src="images/lang/lang_fr.gif" border="0">',
);
define('DEFAULT_LANG', 'fr');
?>
and chmod it 777
then I run install.php and problems begins again:
Code: Select all
Checking write permission on /home/www/437f7e1ddef7e60c8315c4b7c015bd37/web/images/lang
Code: Select all
Checking write permission on /home/www/437f7e1ddef7e60c8315c4b7c015bd37/web/admin/images/lang
failed
I chmod 777 and it allows me to contimue but then next step achieve all the efforts:
Code: Select all
Installing modules...
Fatal error: Call to a member function MoveNext() on a non-object in /home/www/437f7e1ddef7e60c8315c4b7c015bd37/web/lib/classes/class.globalcontentoperations.inc.php on line 85
...
the installation in a subfolder seems a pretty easier choice
