Bonsoir,

c'est encore moi !

Bon voici mon souci :

je tente de fairer (encore !) un script pour mon site. Mais j'ai un petit souci :

Warning: main() [function.main]: open_basedir restriction in effect. File(../authentification_redirections/protec/passe/conf.php3) is not within the allowed path(s): (/mnt/112/sdb/4/e/stargatefrance) in /mnt/112/sdb/4/e/stargatefrance/index.php on line 66

Warning: main(../authentification_redirections/protec/passe/conf.php3) [function.main]: failed to open stream: Operation not permitted in /mnt/112/sdb/4/e/stargatefrance/index.php on line 66

Fatal error: main() [function.require]: Failed opening required '../authentification_redirections/protec/passe/conf.php3' (include_path='/mnt/112/sdb/4/e/stargatefrance/include:.:/usr/php4/lib/php') in /mnt/112/sdb/4/e/stargatefrance/index.php on line 66
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
 
/* 64 */ <table align="center"><td>
/* 65 */ <?
/* 66 */ require_once '../authentification_redirections/protec/passe/conf.php3'; 
/* 67 */ echo('il y a $id_membre /80 inscrits actuellement'); ?> </td> </table>
Je vous demande de bien vouloir m'aider.

D'avance, Merci


Selmac594