엄청 많이 보이는 에러문구
본문
Warning: include(D:/web/yc5/skin/shop/basic/) [function.include]: failed to open stream: Permission denied in D:\web\yc5\lib\shop.lib.php on line 324
Warning: include() [function.include]: Failed opening 'D:/web/yc5/skin/shop/basic/' for inclusion (include_path='D:\web\yc5\plugin\htmlpurifier/standalone;.') in D:\web\yc5\lib\shop.lib.php on line 324
이 문구가 생각보다 많이 보입니다.
} else {
ob_start();
$list_mod = $this->list_mod;
include($file);//324번 줄
$content = ob_get_contents();
ob_end_clean();
return $content;
}
에러난 324번 줄이 저기인데 은근히 저기에만 에러가 뜨더군요
이유가 알고싶습니다.
!-->
답변을 작성하시기 전에 로그인 해주세요.