Hello Terry, On Tuesday, March 04, 2003, Terry Allen wrote... > After performing a security update on my OSX 10.1.5 system, that was > running Squirrelmail perfectly previously via a virtual host, I now > get the following errors generated:
Logic says... what you updated broke something... so what changes did you make? Did you chroot apache? Did you change permissions on /tmp? > Warning: open(/tmp/sess_cf17a5af026a3b63a181a5304e8c0a74, O_RDWR) > failed: Permission denied (13) in > /Library/WebServer/WebSites/webmail.xxx.xxx.xxx/src/global.php on > line 116 This error message suggests it was unable to write the session file. Check to make sure apache/php has access to /tmp and it is writable by world (/tmp should be writable as it is often used by other applications for work). -- Jonathan Angliss ([EMAIL PROTECTED]) ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
