Hallo,
wenn ich einen Ordner auslesen möchte kommt folgende Fehlermeldung:
Warning: OpenDir: No such file or directory (errno 2) in /mnt/kw1/05/048/00000015/htdocs/cgi-data/uploadv1.0.2/index.php on line 66
Warning: Supplied argument is not a valid Directory resource in /mnt/kw1/05/048/00000015/htdocs/cgi-data/uploadv1.0.2/index.php on line 67
Der Link dazu:
http://www.domainname.de/cgi-data/uploadv1.0.2/up
Vielleicht weiß jemand an was es liegen könnte. Wäre super.
wenn ich einen Ordner auslesen möchte kommt folgende Fehlermeldung:
Warning: OpenDir: No such file or directory (errno 2) in /mnt/kw1/05/048/00000015/htdocs/cgi-data/uploadv1.0.2/index.php on line 66
Warning: Supplied argument is not a valid Directory resource in /mnt/kw1/05/048/00000015/htdocs/cgi-data/uploadv1.0.2/index.php on line 67
PHP-Code:
$verz=opendir (''.$pfad.'/.');
while ($File = readdir ($verz)) {
f($File != '.' && $File != '..' && $File != '.htaccess') {
echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"50%\">
<tr><td><span class=\"grossschrift\"><li>$File</li></span></td></tr></table>";}
}
http://www.domainname.de/cgi-data/uploadv1.0.2/up
Vielleicht weiß jemand an was es liegen könnte. Wäre super.
Kommentar