Now, I'm struggling with a PHP issue. I'm seeing errors like this:
Code:
Warning: session_start() [function.session-start]: open(/tmp/sess_8f79cbbd1cf99ce9e2f4f5d8054ea607, O_RDWR) failed: Permission denied (13)
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /index.php:2)
Warning: Cannot modify header information - headers already sent by (output started at /path
Warning: Cannot modify header information - headers already sent by (output started at /path
This is really throwing me off and it all started after the rebuild from:
Apache version 1.3.39 (Unix)
PHP version 4.4.7
MySQL version 4.1.22-standard
to:
Apache version 2.2.8 (Unix)
PHP version 5.2.5
MySQL version 5.0.45-community
Anyone?