PDA

View Full Version : session save path


pego
6-30-06, 08:37 AM
Hello,

No such file or directory (2) in /hermes/web09/b843/pow.pego/htdocs/administrator/index.php on line 137
PHP Warning: session_start(): open(/var/php_sessions/sess_c2cb1c84I am stuck in an admin logine loop for my joomla installation since upgrading to 1.09.

I had a look ath the CGI error logs and this a part of it:

PHP Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0
PHP Warning: Unknown(): open(/var/php_sessions/sess_c2cb1c8405ec02c44f12def36dab2b8f, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
PHP Warning: session_start(): open(/var/php_sessions/sess_c2cb1c8405ec02c44f12def36dab2b8f, O_RDWR) failed: No such file or directory (2) in /hermes/web09/b843/pow.pego/htdocs/administrator/index2.php on line 30
PHP Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in /hermes/web09/b843/pow.pego/htdocs/administrator/index.php on line 137
PHP Warning: session_write_close(): open(/var/php_sessions/sess_c2cb1c8405ec02c44f12def36dab2b8f, O_RDWR) failed:

Something's wrong in the sesion save path :-).

Can anyone help?

Hugo

http://www.pego.be

bramey
6-30-06, 11:37 AM
Take a look here:
http://forum.powweb.com/showpost.php?p=385335&postcount=2

You need to change your sessions save path.

Yuri
7-3-06, 07:49 AM
Hi,

I thing the value of session.save_path is different on the new platform.
In your php.ini, replace
session.save_path = /var/php_sessions
by
session.save_path = "/home/users/web/b843/pow.pego/phpsessions"
if b843 and pego are your usernames.

Regards