请问各位网友,这是什么情况,能不能给我指个方向
Notice: can't write:C:/wan/temp/caches/f/index_40F756F0.php in C:\wan\includes\cls_template.php on line 200
if (file_put_contents($hash_dir . '/' . $cachename . '.php', '<?php exit;?>' . $data . $out, LOCK_EX) === false)
{
trigger_error('can\'t write:' . $hash_dir . '/' . $cachename . '.php');
}
这种问题主要是两个原因引起的:
1、对这个目录没有写的权限
2、硬盘空间不足
在IIS上面右击把数据库的读写权限全给它。