RE: [PHP-DB] Session error?

2003-06-23 Thread Tim Winters
B] Session error? Just put the full path of the dir. For instance I placed mine at C:\php\session to keep things separated. -M -Original Message- From: Tim Winters [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 12:31 PM To: 'CPT John W. Holmes'; [EMAIL PROTECTED] Subject:

RE: [PHP-DB] Session error?

2003-06-23 Thread Mike Brum
ia B4A 1E8 www.samplingtechnologies.com [EMAIL PROTECTED] [EMAIL PROTECTED] Office: 902 450 5500 Cell: 902 430 8498 Fax:: 902 484 7115 -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: June 23, 2003 11:40 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Ses

RE: [PHP-DB] Session error?

2003-06-23 Thread Tim Winters
www.samplingtechnologies.com [EMAIL PROTECTED] [EMAIL PROTECTED] Office: 902 450 5500 Cell: 902 430 8498 Fax:: 902 484 7115 -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: June 23, 2003 11:40 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Session error? > Warn

Re: [PHP-DB] Session error?

2003-06-23 Thread CPT John W. Holmes
> Warning: session_start() [ > function.session-start]: > open(/tmp\sess_bf0c0a0a020087aa573e357a2553f828, O_RDWR) failed: No such > file or directory (2) in C:\Program Files\Apache > Group\Apache2\htdocs\MailOrderDynamic\c.php on line 6 The default sess

RE: [PHP-DB] Session error?

2003-06-23 Thread Edward Peloke
some of the other errors occurred ( such as the headers already sent) because you probably have white space before your php code. Eddie -Original Message- From: Tim Winters [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Session

RE: [PHP-DB] Session error?

2003-06-23 Thread Edward Peloke
you need to look in your php.ini file to see where it is dumping the session data, then make sure that directory exits... -Original Message- From: Tim Winters [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 10:21 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Session error? Ok, Tried

[PHP-DB] Session error?

2003-06-23 Thread Tim Winters
Ok, Tried playing with sessions (which is new to me) and didn't get very far. I have the following in my page and there is no other PHP in my page at all. The error I get is below, Can anyone help. If this is too OT for php-db let me know. Warning: session_start() [