Re: error php session in openbsd 3.9

2006-06-06 Thread sonjaya
ok thx working now On 6/6/06, Nico Meijer <[EMAIL PROTECTED]> wrote: Hi sonjaya, > this my php.ini conf = session.save_path /tmp Read the FAQ: http://www.openbsd.org/faq/faq10.html#httpdchroot (If you run apache in its default chroot setting, you need to make sure /var/www/tmp exists and is

Re: error php session in openbsd 3.9

2006-06-06 Thread Lars Hansson
On Tuesday 06 June 2006 19:38, sonjaya wrote: > [Wed Jun 7 01:35:14 2006] [error] PHP 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 Did you create /var/www/tmp with the right permissi

Re: error php session in openbsd 3.9

2006-06-06 Thread Nico Meijer
Hi sonjaya, > this my php.ini conf = session.save_path /tmp Read the FAQ: http://www.openbsd.org/faq/faq10.html#httpdchroot (If you run apache in its default chroot setting, you need to make sure /var/www/tmp exists and is writable to the apache user (www).) HTH... Nico

error php session in openbsd 3.9

2006-06-06 Thread sonjaya
dear all this my php.ini conf = session.save_path /tmp and i get error = " [Wed Jun 7 01:35:14 2006] [error] PHP 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 " i'm install apache using