PDA

View Full Version : Problem with PHPCache


ethank
Thu 12th Sep '02, 1:05am
I keep getting this sometimes:

Warning: fopen("/tmp/phpcache_wetalk//20/6/15/phpCache.wetalkXindex=", "r") - No such file or directory in /web/htdocs/murmurs2002/wwwroot/talk/phpCache.inc on line 293

Warning: flock(): supplied argument is not a valid File-Handle resource in /web/htdocs/murmurs2002/wwwroot/talk/phpCache.inc on line 294

Warning: flock(): supplied argument is not a valid File-Handle resource in /web/htdocs/murmurs2002/wwwroot/talk/phpCache.inc on line 296

Warning: fclose(): supplied argument is not a valid File-Handle resource in /web/htdocs/murmurs2002/wwwroot/talk/phpCache.inc on line 297


Anyone have any clue?

eva2000
Thu 12th Sep '02, 6:20am
file permissions ??

ethank
Thu 12th Sep '02, 1:26pm
Originally posted by eva2000
file permissions ??

Whole directory is chmodded 777

rylin
Thu 12th Sep '02, 2:16pm
the keyword is "No such file or directory"
why are there double slashes in the path?
is = a legal character in a filename? (yes, i know illegal ones can be escaped, but that's not the point)