I was having some php issues with ISPConfig 2.2.7 but it still allowed me to log in and use the panel. So I upgraded to 2.2.8 thinking that that might help. Now I can no longer log in. I'm sure it has nothing to do with the upgrade but there's a PHP issue somewhere, and only on the ISPConfig side as the databases on the websites still work. Here is the errormessage: Warning: session_start() [function.session-start]: open(/tmp/sess_136c34a071beab7cf66faa97852ed0b2, O_RDWR) failed: Permission denied (13) in /home/admispconfig/ispconfig/web/login.php on line 29 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/admispconfig/ispconfig/web/login.php:29) in /home/admispconfig/ispconfig/web/login.php on line 29 Here are the errormessages when trying to start phpmyadmin: Warning: session_write_close() [function.session-write-close]: open(/tmp/sess_tf5J3bIdibwguDYP3CrlMc-O1,b, O_RDWR) failed: Permission denied (13) in /home/admispconfig/ispconfig/web/phpmyadmin/index.php on line 44 Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /home/admispconfig/ispconfig/web/phpmyadmin/index.php on line 44 Warning: Cannot modify header information - headers already sent by (output started at /home/admispconfig/ispconfig/web/phpmyadmin/index.php:44) in /home/admispconfig/ispconfig/web/phpmyadmin/index.php on line 101 As you'll understand, any help is VERY much appreciated Edit 23:08 Interestingly enough chmod'ing /tmp to 777 solved the access issue, so ISPConfig is not showing any probs anymore...Problem solved!
Thanks for the pointer; I cleaned it out a bit as well. So a somewhat offtopic question is how do I keep /tmp clean, other than manually? I know it's cleaned out when I reboot but as you'll appreciate I prefer not to reboot my production server unless I really have to.