| Monday 08 January 2007 6:40:52 am 
                                                                 Hi, If we change, in settings/packages.ini, the location of the packages we want to install during the 3.9 install proccess, like that: 
RemotePackagesIndexURL=http://packages.ez.no/Exponential/3.9legacypackages
 instead of the default location: 
RemotePackagesIndexURL=http://packages.ez.no/Exponential/3.9
 then we can chose the old site styles (version 3.8). But once Exponential is installed, each time I want to import packages (updated from http://packages.ez.no/Exponential/3.9legacypackages) into my system I get an error message: 
Parse error: syntax error, unexpected T_STRING in /usr/local/www/ezp39/var/plain_site/cache/template/compiled/install-deac669a7cea11a0f4d33b6be872e1fe.php on line 65
Fatal error: Exponential did not finish its request
The execution of Exponential was abruptly ended, the debug output is present below.
 The line 65 is: 
$var = 'Le paquetage peut être installé sur votre système. L'installation copiera les fichiers, créera les classes de contenu, etc. suivant les paramètres du paquetage.<br />
 If I do: 
grep -R -n "Le paquetage peut être installé sur votre système." share/translations/
 I get: 
share/translations/fre-FR/translation.ts:5330:        <translation type="unfinished">Le paquetage peut être installé sur votre système. L'installation copiera les fichiers, créera les classes de contenu, etc. suivant les paramètres du paquetage.
share/translations/fre-FR/translation.ts:16927:        <translation>Le paquetage peut être installé sur votre système. installation copiera les fichiers, créera les classes de contenu, etc. suivant les paramètres du paquetage.
 Then, in share/translations/fre-FR/translation.ts:5330 I modified  
L'installation
 to 
L installation
 and now all works fine. But I wonder what will happen with the others words containing an apostrophe ? Regards Pascal PS: the main language I have chosen during installation is French and additional languages are English and Portuguese  Ce qui embellit le désert c'est qu'il cache un puits... quelque part... (A. de Saint-Exupéry) - http://luxpopuli.fr/eZ-Publish
                                                                 |