0

当我成为网站的网站管理员时,我继承的一些脚本有问题。这是我们得到的错误:

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'd 到 777,我也在 755 尝试过。没有骰子。'S' 是目录分隔符,仅供参考。

任何帮助表示赞赏。我搜索和搜索....没有找到答案的运气。

4

1 回答 1

0

现在这个 .tch 文件被修改为 777

非常糟糕的做法。

目录的权限是什么?

于 2013-03-26T19:45:14.773 回答