introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

include



Posted by: Stiboot
March 31, 2010 09:22PM
***********************ENGLISH***********************
*****************************************************
Hi,

I have a problem with include ,it dosen't work.
I change this line in php.ini :
----------------------------------------
allow_url_include = Off
----------------------------------------
into :
----------------------------------------
allow_url_include = On
----------------------------------------
but still don't work.

Thank you in advance.
*****************************************************

***********************FRANCAIS**********************
*****************************************************
Salut,

J'ai un probleme avec include, il ne mrach pas.
J'ai change cette ligne sur php.ini :
----------------------------------------
allow_url_include = Off
----------------------------------------
en :
----------------------------------------
allow_url_include = On
----------------------------------------
mais toujours ne marche pas.

Merci d'avance.
*****************************************************
Posted by: Thierry
April 02, 2010 08:51AM
modifie le php.ini de conf_files.
Posted by: Stiboot
April 02, 2010 09:23PM
je l'ai modifié, mais rien n'est changé, toujours le même problème !!!
Posted by: Thierry
April 03, 2010 11:50AM
Que dit phpinfo ? Actif ou pas ?
Posted by: Stiboot
April 03, 2010 05:53PM
Oui c'est active.
J'ai trouvé le problème, c'est dans la ligne : short_open_tag ,il était désactiver.
Je l'ai activer et tous marche bien :)

Merci Thierry