2004-02-26 20:42:05
your question
Maybe you didn't creat the temp directory succedly.
and check the include/config.inc.php file:
define('CACHE_DIR', 'I:/tmp/');
notice the format of the temp directory (is "/",not "\",win32 sys),be sure of this dirctory exist.
good luck.