On Sat, Jan 23, 2010 at 11:23 PM, Dominique Brazziel <[email protected]> wrote: > Thanks for the quick response. I was confused in reading the source > because it looked like the directory would be created by > 'file_cache_make_dir', and if it wasn't, the message > "Cannot setup file cache!" would be put out, but I did not see > that message in the logs anywhere.
well the messages are pretty clear though: "no such file or directory" from cache_file_setup pretty much sums it up... > Out of curiosity, can you point out which function/subfunction > prevents the cache directory from being created? cache_file_setup() expects the directory to be there, and will refuse to setup the cache otherwise, which is exactly what happened to you. HTH -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

