中国·Williamhill(官方中文网站)-Official website

[2] ErrorException in common.php line 119

unlink(/www/wwwroot/www1.joywingmau.com/caches/cache//aa/6c4ce6cbcb330f7a953e68e9424a83.php): No such file or directory

  1. }
  2. //删除根据目录删除子文件
  3. function dir_del($dirpath){
  4. $dh=opendir($dirpath);
  5. while (($file=readdir($dh))!==false) {
  6. if($file!="." && $file!="..") {
  7. $fullpath=$dirpath."/".$file;
  8. if(!is_dir($fullpath)) {
  9. unlink($fullpath);
  10. } else {
  11. dir_del($fullpath);
  12. @rmdir($fullpath);
  13. }
  14. }
  15. }
  16. closedir($dh);
  17. $isEmpty = true;
  18. $dh=opendir($dirpath);

Exception Datas

Error Context
dirpath /www/wwwroot/www1.joywingmau.com/caches/cache//aa
dh Resource
file 6c4ce6cbcb330f7a953e68e9424a83.php
fullpath /www/wwwroot/www1.joywingmau.com/caches/cache//aa/6c4ce6cbcb330f7a953e68e9424a83.php
XML 地图