Session Failed?
Permalink
I'm trying to migrate an existing concrete5 to a dev server to make some changes to it. I'm getting some session errors and can't figure it out. It's a dreamhost server if it matters. Here's the errors:
Warning: session_start() [function.session-start]: open(/tmps/sess_jtmv7bqmkospbch115h9m2jhd5, O_RDWR) failed: No such file or directory (2) in /home/username/domain.com/dg/concrete/startup/session.php on line 18
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/username/domain.com/dg/concrete/startup/session.php:18) in /home/username/domain.com/dg/concrete/startup/session.php on line 18
Warning: Unknown: open(/tmps/sess_jtmv7bqmkospbch115h9m2jhd5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmps) in Unknown on line 0
I have a /tmps in the site directory I copied over from the live site. I also made it on the root of my server and still no luck. Thoughts?
Warning: session_start() [function.session-start]: open(/tmps/sess_jtmv7bqmkospbch115h9m2jhd5, O_RDWR) failed: No such file or directory (2) in /home/username/domain.com/dg/concrete/startup/session.php on line 18
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/username/domain.com/dg/concrete/startup/session.php:18) in /home/username/domain.com/dg/concrete/startup/session.php on line 18
Warning: Unknown: open(/tmps/sess_jtmv7bqmkospbch115h9m2jhd5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmps) in Unknown on line 0
I have a /tmps in the site directory I copied over from the live site. I also made it on the root of my server and still no luck. Thoughts?
Try clearing your site cache and clearing your web browser cache.