Session.php errors

Permalink
I recently moved my forum and had it working well. Today, I get the following error:

Warning: session_start() [function.session-start]: open(/home/verve/public_html/files/tmp/sess_e1fb0d4e6234e565ee4561430edab6db, O_RDWR) failed: Permission denied (13) in /home/verve/public_html/concrete/startup/session.php on line 32

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/verve/public_html/concrete/startup/session.php:32) in /home/verve/public_html/concrete/startup/session.php on line 32

I've opened the session.php file and see the following on line 32:



I'm using 5.5.2.1. I have two other C5 sites (same version) on the same server which is working properly. I threw the session.php from one of those in and the error remained.

UPDATE: It was a database issue which is now resolved.

jfuqua