Elxis CMS Forum
		Support => Language => Topic started by: bibibobobubu on October 06, 2008, 01:36:23
		
			
			- 
				Hi,
 Just a very small error in configuration.php
 Parse error: syntax error, unexpected T_STRING in /home.28/e/b/a/ebauche/www/configuration.php on line 19
 
 $mosConfig_error_message = 'Le site est temporairement indisponible.<br />Veuillez en aviser l'Administrateur';
 Remove " ' " into the word "l'Administrateur"
 
 $mosConfig_error_message = 'Le site est temporairement indisponible.<br />Veuillez en aviser l Administrateur';
 Not a french error, just a php error.
 
 Sorry for my ugly english, i wish you understand this problem  :D
- 
				Merci pour ce rapport. Je fais en avant cette erreur sur le datahell. Merci encore.
			
- 
				The problem is on the installation/language/french.install.php
 The single quote (') was removed. Thank you.