中国·亚星-www.yaxin868.com|官网登录

[2] ErrorException in File.php line 80

mkdir(): File exists

  1. // 使用子目录
  2. $name = substr($name, 0, 2) . DS . substr($name, 2);
  3. }
  4. if ($this->options['prefix']) {
  5. $name = $this->options['prefix'] . DS . $name;
  6. }
  7. $filename = $this->options['path'] . $name . '.php';
  8. $dir = dirname($filename);
  9. if (!is_dir($dir)) {
  10. mkdir($dir, 0755, true);
  11. }
  12. return $filename;
  13. }
  14. /**
  15. * 判断缓存是否存在
  16. * @access public
  17. * @param string $name 缓存变量名
  18. * @return bool

Exception Datas

Error Context
name 2c/6724bf5295013789927813e9c1c166
filename /www/wwwroot/cs.hirays.com/caches/cache/2c/6724bf5295013789927813e9c1c166.php
dir /www/wwwroot/cs.hirays.com/caches/cache/2c
XML 地图