hi,
you have small bug in index.php. Try this patch.
thx
--- index.php.old Sat Mar 13 13:48:02 2004
+++ index.php Sat Mar 13 13:47:37 2004
@@ -60,7 +60,7 @@
require('src/connect.php');
// Make sure the private_dirs exist and are writable
-if(!is_writable($session_dir)) die("Error: $sessions_dir is not writabale. Please
read INSTALL");
+if(!is_writable($session_dir)) die("Error: $session_dir is not writabale. Please
read INSTALL");
if(!is_writable("$private_dirs/templates_c")) die("Error: $private_dirs/templates_c
is not writabale. Please read INSTALL");
if(!is_writable("$private_dirs/configs")) die("Error: $private_dirs/configs is not
writabale. Please read INSTALL");
if(!is_writable("$private_dirs/cache")) die("Error: $private_dirs/cache is not
writabale. Please read INSTALL");