Hallo, ich bekomme beim öffnen einer Datei folgende Fehlermeldungen:
Warning: main() [function.main]: open_basedir restriction in effect. File(/usr/local/lib/php/username.php) is not within the allowed path(s): (/home/www/web82/) in /home/www/web82/html/projekte/9c-pg/login/member/Martina/steckbriefdaten.php on line 5
Warning: main(username.php) [function.main]: failed to create stream: Operation not permitted in /home/www/web82/html/projekte/9c-pg/login/member/Martina/steckbriefdaten.php on line 5
Warning: main() [function.main]: Failed opening 'username.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/www/web82/html/projekte/9c-pg/login/member/Martina/steckbriefdaten.php on line 5
Die Datei existiert und ist im richtigen Verzeichnis. Sie ist auf 777 CHMOD.
Ich hab schon alles probiert und gemacht, baer nix hat geholfen, immer das gleiche...
Die steckbriefdaten.php sieht folgedermaßen aus:
(die Datei wird mit PHP erstellt)
///////////////////////////////(Zeile 1)///////////////////////////
<?php
$birthday = '';
$wohnort = '';
$name = 'Bla';
$hate = 'ghfghgh';
$love = '';
$sternzeichen = 'fghfgh';
$hair = '';
$eyes = '';
$gross = 'fghfgh';
$gewicht = '';
$haustiere = '';
$lieblingsfach = 'fghfgh';
$homepage = 'fghfgh';
$linkname1 = '';
$linkurl1 = '';
$linkname2 = 'fghfgh';
$linkurl2 = '';
$linkname3 = '';
$linkurl3 = 'fghfgh';
$linkname4 = '';
$linkurl4 = '';
$eigenbeschreibung = 'fghfghfghhgfghfghghf';
?>
<center><h2>Steckbrief von Martina</h2><br><br><img src='../../data/memberpics/Martina/passbild.jpg'><br><p></center>
<table border='0' cellpadding='0' cellspacing='5' style='border-collapse: collapse' width='30%' id='userdaten'>
<tr>
<td width='51%'>Name:</td>
<td width='49%'>Bla</td>
</tr>
<tr>
<td width='51%'>Benutzerstatus:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Wohnort:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Geburtstag:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Sternzeichen:</td>
<td width='49%'>fghfgh</td>
</tr>
<tr>
<td width='51%'>Mag:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Hasst:</td>
<td width='49%'>ghfghgh</td>
</tr>
<tr>
<td width='51%'>Haarfarbe:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Augenfarbe:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Größe:</td>
<td width='49%'>fghfgh</td>
</tr>
<tr>
<td width='51%'>Gewicht</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Haustiere:</td>
<td width='49%'></td>
</tr>
<tr>
<td width='51%'>Lieblingsfach</td>
<td width='49%'>fghfgh</td>
</tr>
<tr>
<td width='51%'>Homepage</td>
<td width='49%'><a href='http://fghfgh'>Homepage besuchen</a></td>
</tr>
</table></p><br><br>
<p align=right><p><b>Meine Lieblingslinks:</b></p><br><br><br>
<table border='0' cellpadding='0' cellspacing='5' style='border-collapse: collapse' width='30%' id='lieblingslinks'>
<tr>
<td width='51%'></td>
<td width='49%'><a href=''>Seite besuchen</a></td>
</tr>
<tr>
<td width='51%'>fghfgh</td>
<td width='49%'><a href=''>Seite besuchen</a></td>
</tr>
<tr>
<td width='51%'></td>
<td width='49%'><a href='fghfgh'>Seite besuchen</a></td>
</tr>
<tr>
<td width='51%'></td>
<td width='49%'><a href=''>Seite besuchen</a></td>
</tr>
</table></p><br><br>
///////////////////////ENDE///////////////////////////////
Kann mir jemand helfen? Ich weis echt nimmer weiter !
MfG: Sven