1399 Suspected phishing site | Cloudflare

Warning

Suspected Phishing

This website has been reported for potential phishing.

Phishing is when a site attempts to steal sensitive information by falsely presenting as a safe source.

Learn More

0 System Error

[2] ErrorException in common.php line 123

unlink(/home/kestrelmeters1kde5sitkrcevl7m7eyt9ebrns/wwwroot/caches/temp//54ea5a9bcbf0f03c4b5782de2e3e150a.php): Permission denied

  1. }
  2. if (!function_exists('dir_del')) {
  3. //删除根据目录删除子文件
  4. function dir_del($dirpath){
  5. $dh=opendir($dirpath);
  6. while (($file=readdir($dh))!==false) {
  7. if($file!="." && $file!="..") {
  8. $fullpath=$dirpath."/".$file;
  9. if(!is_dir($fullpath)) {
  10. unlink($fullpath);
  11. } else {
  12. dir_del($fullpath);
  13. @rmdir($fullpath);
  14. }
  15. }
  16. }
  17. closedir($dh);
  18. $isEmpty = true;
  19. $dh=opendir($dirpath);
Fatal error: Uncaught think\exception\ErrorException: mkdir(): Permission denied in /home/kestrelmeters1kde5sitkrcevl7m7eyt9ebrns/wwwroot/system/library/think/log/driver/File.php:52 Stack trace: #0 [internal function]: think\Error::appError(2, 'mkdir(): Permis...', '/home/kestrelme...', 52, Array) #1 /home/kestrelmeters1kde5sitkrcevl7m7eyt9ebrns/wwwroot/system/library/think/log/driver/File.php(52): mkdir('/home/kestrelme...', 493, true) #2 /home/kestrelmeters1kde5sitkrcevl7m7eyt9ebrns/wwwroot/system/library/think/Log.php(179): think\log\driver\File->save(Array, true) #3 /home/kestrelmeters1kde5sitkrcevl7m7eyt9ebrns/wwwroot/system/library/think/Error.php(93): think\Log::save() #4 [internal function]: think\Error::appShutdown() #5 {main} thrown in /home/kestrelmeters1kde5sitkrcevl7m7eyt9ebrns/wwwroot/system/library/think/log/driver/File.php on line 52