Help -- Error with Caching

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
Xeran052
Forum Newbie
Posts: 1
Joined: Wed Oct 10, 2007 3:21 pm

Help -- Error with Caching

Post 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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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.
Post Reply