I just installed a fresh svn copy on a clean gentoo VM, and noticed a permission problem when installing with mod_php. (Revision: 1080)
ispcp phptmp # pwd
/var/www/ispcp/gui/phptmp
ispcp phptmp # ls -la .
total 16
drwxr-xr-x 3 vu2000 apache 4096 Mar 25 15:14 .
As you see, the apache user doesn't have write perms to the phptmp folder, meaning when the gui loads, we get session errors as follows:
Warning: session_start() [function.session-start]: open(/var/www/ispcp/gui/phptmp//sess_e5be289f8def887a07b81abf8064e994, O_RDWR) failed: Permission denied (13) in /var/www/ispcp/gui/include/ispcp-lib.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/ispcp/gui/include/ispcp-lib.php:27) in /var/www/ispcp/gui/include/ispcp-lib.php on line 27
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/ispcp/gui/include/ispcp-lib.php:27) in /var/www/ispcp/gui/include/ispcp-lib.php on line 27