Page 1 of 1

Help -- Error with Caching

Posted: Wed Oct 10, 2007 3:24 pm
by Xeran052
Hello, I seem to be having a problem with the disk caching option...

I just found this today, and I tried to implement it, everything worked fine until I tried the disk caching option.

I am getting an error similar to this:

Code: Select all

WARNING: PHP operation failed.

Error:
unlink(/tmp/8a56c7a65455f9857e659ca1e90bad4ebody): No such file or directory
If you need any more info, just let me know.

--Dustin

Posted: Sun Oct 14, 2007 1:49 am
by Chris Corbyn
Your host probably periodically cleans out /tmp so use a different directory. The file is being deleted (or never created) basically. If you create a directory in your own home folder (~/ or ~/public_html ?) then chmod it to 777 you should be able to use that.