PHP opendir () fonksiyonu sorunu

0 Cevap
$result = 'false';
if( opendir( $this->OuterTemplateDirPath != false ) ){
   $result = 'true';
}
return $result;

I FXN ve outertemplate $_SERVER['DOCUMENT_ROOT' ] . 'mysite.com/templates/admin/structure/outertemplate/ eşit olduğunu var.

ancak bir hata söyleyerek döndürür:

Warning: opendir(1) [function.opendir]: failed to open dir: No such file or directory in C:\wamp\www\mysite.com\templates\admin\structure\structure.php on line 411

ne sorun gibi görünüyor? ne olmalıdır

0 Cevap