Erreur PHP

manu_dog Messages postés 536 Statut Membre -  
manu_dog Messages postés 536 Statut Membre -
Bonjour,
voici les erreurs qui s'affiche

Warning: main() [function.main]: open_basedir restriction in effect. File(C:/home/www/diablesserencontreinclude/languages.inc.php) is not within the allowed path(s): (d:/www/diablesserencontre.com/htdocs) in D:\www\diablesserencontre.com\htdocs\templates\love\header.php on line 44

Warning: main(C:/home/www/diablesserencontreinclude/languages.inc.php) [function.main]: failed to open stream: Operation not permitted in D:\www\diablesserencontre.com\htdocs\templates\love\header.php on line 44

Warning: main() [function.include]: Failed opening 'C:/home/www/diablesserencontreinclude/languages.inc.php' for inclusion (include_path='.;c:\php4\pear') in D:\www\diablesserencontre.com\htdocs\templates\love\header.php on line 44

si quelqu'un peut m'aider ça serait bien
merci d'avance

3 réponses

HostOfSeraphim Messages postés 7340 Statut Contributeur 1 608
 
Et le bout du code concerné ? C'est plus facile si on l'a sous les yeux...

0
manu_dog Messages postés 536 Statut Membre 41
 
ah oui excuse moi

<body bgcolor=#FEDEEA leftmargin=0 topmargin=0>
<center><Table border="1" cellspacing="0" cellpadding="0" bordercolor="<?=C_TBCOLOR?>" bgcolor="<?=COLOR2?>">
<tr><td width="740" height="94" align=left><img src="<?=C_URL.'/templates/'.C_TEMP?>/images/logo.jpg" border="0" height="94" width="130" alt="AzDGDating"></td></tr></table><Table CellSpacing="<?=C_BORDER?>" CellPadding="0" width="<?=C_BWIDTH?>" bgcolor="<?=C_TBCOLOR?>"><Tr><Td>
<Table Border=0 CellSpacing="<?=C_IBORDER?>" CellPadding="1" width="<?=C_BWIDTH?>" class=mes>
<?if(C_SHOW_LANG > '1') include_once C_PATH.'include/languages.inc.php';?>
<Tr bgcolor="<?=COLOR2?>"><Td Width="17%" align="center">
<a href="<?=C_URL?>/index.php?l=<?=$l?>" class=menu><?=$w[88]?></a></Td><Td Width="17%" align="center"><a href="<?=C_URL?>/add.php?l=<?=$l?>" class=menu><?=$w[89]?></a></Td><Td Width="16%" align="center"><a href="<?=C_URL?>/login.php?l=<?=$l?>" class=menu><?=$w[90]?></a></Td><Td Width="16%" align="center"><a href="<?=C_URL?>/search.php?l=<?=$l?>" class=menu><?=$w[91]?></a></Td><Td Width="17%" align="center"><a href="<?=C_URL?>/feedback.php?l=<?=$l?>" class=menu><?=$w[92]?></a></Td><Td Width="17%" align="center"><a href="<?=C_URL?>/stat.php?l=<?=$l?>" class=menu><?=$w[94]?></a></Td></tr>
<?if((isset($_SESSION["s"]))&&(isset($_SESSION["m"]))&&(is_numeric($_SESSION["m"]))) {
?>
<Tr bgcolor="<?=COLOR1?>" class=desc><Td colspan=6><?=$w[95]?>[<?=$_SESSION['m'];?>]:<br><a href="<?=C_URL?>/view.php?l=<?=$l?>&id=<?=$_SESSION['m']?>" class="menu">[<?=$w[98]?>]</a>   <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=c" class="menu">[<?=$w[99]?>]</a>   <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=p" class="menu">[<?=$w[100]?>]</a> <?if(C_REMOVE_ALLOW != '0') {?>  <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=h" class="menu">[<?=$w[101]?>]</a><?}?>   <a href="<?=C_URL?>/members/index.php?l=<?=$l?>&a=e" class="menu">[<?=$w[102]?>]</a>
</Td></Tr>
<?}?>
</table></Td></Tr></table>
0
HostOfSeraphim Messages postés 7340 Statut Contributeur 1 608
 
C'est un problème sur l'include de languages.inc.php, les includes seraient-ils interdits par la configuration de PHP ?
0
manu_dog Messages postés 536 Statut Membre 41
 
non je croit pas
0