I'm having a problem with a bit of script I inherited when I became webmaster of a site. This is the error we're getting:
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
On line 101 in this file I have:
$tch = filemtime( PATH . 'modules' . S . 'chat' . S . 'cache' . S . 'locations' . S . $get_['location'] . '_' . $get_['zone'] . '.tch' );
Now this .tch file is chmod'd to 777, I've also tried it at 755. No dice. The 'S' is a directory seperator, FYI.
Any help is appreciated. I searched and searched .... no luck in finding an answer.