Filemtime错误?

时间:2013-03-26 19:39:22

标签: php filemtime

当我成为网站的站长时,我遇到了一些我继承的脚本问题。这是我们得到的错误:

Warning: filemtime() [function.filemtime]: stat failed for /home/public_html/site/modules/chat/cache/locations/2_0.tch in /home/public_html/site/modules/chat/areas/chat.window.php on line 101

在这个文件的第101行,我有:

$tch = filemtime( PATH . 'modules' . S . 'chat' . S . 'cache' . S . 'locations' . S . $get_['location'] . '_' . $get_['zone'] . '.tch' );

现在这个.tch文件是chmod到777,我也在755尝试过。没有骰子。 'S'是目录分隔符,仅供参考。

感谢任何帮助。我搜索和搜索......找不到答案没有运气。

1 个答案:

答案 0 :(得分:0)

  

现在这个.tch文件被chmod为777

非常糟糕的做法。

目录的权限是什么?