[Fwd: Re: [PHP-WIN] PHP4 + windows 2003 server]

2003-11-04 Thread karthikeyan
iotr Pluciennik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 12:38 PM Subject: Re: [PHP-WIN] PHP4 + windows 2003 server Hi, have you got all directories and rights for them to store session variables on your server (in your example this is tmp dire

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread karthikeyan
Change the session.save_path in php.ini file to some temp directory of ur windows system. JAI SAIRAM -- Regards Karthikeyan.S Sr. Technical Project Associate NatureSoft Pvt. Ltd. 11/20 Appu Street 2nd Lane, Mylapore Chennai 64 India tel: +91 44 2461 7193 fax: +91 44 2494 1474 http://www.na

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Nick H. -- Network Operations
late to the official business of my firm shall be understood as neither given nor endorsed by it. - Original Message - From: "Piotr Pluciennik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 12:38 PM Subject: Re: [PHP-WIN] PHP4 + windows 200

RE: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Mark
-Original Message- From: Piotr Pluciennik [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 1:38 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP4 + windows 2003 server Hi, have you got all directories and rights for them to store session variables on your server (in your

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Piotr Pluciennik
Hi, have you got all directories and rights for them to store session variables on your server (in your example this is tmp directory)? Your error message means that php cannot write/access the session file. HTH Piotr servidor wrote: > Hi! > > PHP4 + windows 2003 server + Apache4 works fine?? >

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-04 Thread Piotr Pluciennik
Hi, have you got all directories and rights for them to store session variables on your server (in your example this is tmp directory)? Your error message means that php cannot write/access the session file. HTH Piotr servidor wrote: > Hi! > > PHP4 + windows 2003 server + Apache4 works fine?? >

Re: [PHP-WIN] PHP4 + windows 2003 server

2003-11-03 Thread Nick H. -- Network Operations
lt;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 12:56 PM Subject: RE: [PHP-WIN] PHP4 + windows 2003 server > Hi, > > the path /tmp\sess_25db9216cc993bf4a6c2051981a339f5 can't exists on a > windows platform ! > Try to set

RE: [PHP-WIN] PHP4 + windows 2003 server

2003-11-03 Thread Eric COLINET
03, 2003 12:28 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP4 + windows 2003 server Hi! PHP4 + windows 2003 server + Apache4 works fine?? I have trouble with sesions, * (Warning: session_start() [function.session-sta

RE: [PHP-WIN] PHP4 + windows 2003 server

2003-11-03 Thread Gerardo Rojas
Make sure that the temp directory exists, where the session data is stored. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: servidor [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 12:28 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP4 + windows 2003

[PHP-WIN] PHP4 + windows 2003 server

2003-11-03 Thread servidor
Hi! PHP4 + windows 2003 server + Apache4 works fine?? I have trouble with sesions, * (Warning: session_start() [function.session-start]: open (/tmp\sess_25db9216cc993bf4a6c2051981a339f5, O_RDWR) failed: * I