Php?
-
function LoadFileList($dir, $filter)
{
$verz=opendir($dir);
rewinddir($verz);
$files = array();
while ($file = readdir ($verz))
{
if (($file!=".") && ($file!="..") && (is_integer(strpos($file,$filter))))
{
array_push($files,$file);
}
}
closedir($verz);
if (count($files)>0) natcasesort($files);
return($files);hata nerede?
Warning: opendir(./data/user/) [function.opendir]: failed to open dir: No such file or directory in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 86
Warning: rewinddir(): supplied argument is not a valid Directory resource in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 87
Warning: readdir(): supplied argument is not a valid Directory resource in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 89
Warning: closedir(): supplied argument is not a valid Directory resource in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 96 -
yokmu anlayan?
-
/data/user dosyasını bulamamış bu yüzden tüm hataları veriyor dosyanın adresini dogru yazdıgına eminmisin yada erişim izninin olduguna ?
-
Warning: opendir(./data/user/) [function.opendir]: failed to open dir: No such file or directory in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 86
Warning: rewinddir(): supplied argument is not a valid Directory resource in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 87
Warning: readdir(): supplied argument is not a valid Directory resource in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 89
Warning: closedir(): supplied argument is not a valid Directory resource in /home/users/34/xxxxx/www/xxxxx.net/functions.php on line 96
dosyaların 86 84 89 96 satırlarında hata var o satırları gösterde bize ona göre bişey diyelim. -
bakan adam zaten anlar nerde oldugunu hatanın ama senımı kırcaz al kardes
-
seksen altıncı satırdaki $dir değişkenini kontrol et bence orada hata
-
opendir(./data/user/) da bir yanlışlık var
hayvancağız diyorki böyle bir klasör yok nasıl rewinddir,readdir,closedir kullanayım
-
Warning: opendir(./data/user/) [function.opendir]: failed to open dir: No such file or directory
hoca alt taraf buna bağlı hata verio..
klasör yada dosya yok dio
-
$dir degerini kontrol et. $dir = "/data/user/"; böle bişi olmazı lazım bak bakim varmı.
-
rene hoca zaten free hostta denıyodum bunu sıldım attım sonra dosyalarda hata falan yok acaba hostıngdenmı kaynaklanıyo dıe dusunmeye basladım
-
asp ye geç aspye :)
