Changed VPS host now getting error messages.
« on: November 22, 2010, 03:34:54 AM »
I have v4.0 and now I get the following error messages:
Warning: Unknown: open(/tmp/sess_ce484d569c4220dfce0be8f6e876015b, O_RDWR) failed: Permission denied (13) 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 (/tmp) in Unknown on line 0

It just started when I switched to a new vps host. I have php 5.3.2 installed.
Re: Changed VPS host now getting error messages.
« Reply #1 on: November 22, 2010, 01:36:37 PM »
Hello,

there seems to be an issue with php configuration on your server - it's configured to store session data in "/tmp" folder, but that folder is not writable. You should contact your hosting support to correct that.
Re: Changed VPS host now getting error messages.
« Reply #2 on: November 23, 2010, 01:18:18 AM »
they rebuilt the php poole and now everything is working, thanks for the reply.