|
Bonjour
L'installation de ecolenumerique 2010 se passe bien après neutralisation du .htacces
Puis, quand on me propose d'aller sur le site j'obtiens une page verte avec le message ci-dessous. >>>> PHP version 5.2.14 chez 1and1 Merci d'une piste !
Cordialement, P.Valade Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /homepages/1/d139724233/htdocs/clic-tic.fr/iconito/project/themes/default/helper.php on line 14 Warning: file_get_contents(http://clic-tic.fr/iconito/www/themes/default/theme.conf.json) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /homepages/1/d139724233/htdocs/clic-tic.fr/iconito/project/themes/default/helper.php on line 14 Fatal error: THEME : unable to find JSON configuration file in /homepages/1/d139724233/htdocs/clic-tic.fr/iconito/project/themes/default/helper.php on line 15
Pour activer "file_get_content", il faut créer un fichier "php.ini" dans le répertoire "www" contenant ceci :
#Autorise l'utilisation de la fonction file_get_contents allow_url_fopen = On
|