At 12:47 PM 11/5/2003, R'twick wrote:
Couple of things ...
try to change c:\Temp to C:/Temp in php.ini and restart apache. See if that fixes the problem .

It doesn't fix.


Else, see in your application, if they have a custom session handler or session save_path defined or somewhere /tmp is hardcoded.

I believe this hits the jackpot as the php compiler (?) shows the following warnings:


Warning: open(/tmp\sess_d0dde8442c6aee92b65d31423412e3ec, O_RDWR) failed: m (2) in includes/functions/sessions.php on line 67

Warning: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in includes/functions/sessions.php on line 106

I saw the following codes in the sessions.php:

(possible line 67)
 function _sess_open($save_path, $session_name) {
      return true;
    }

(possible line 106)
 function tep_session_save_path($path = '') {
    if (!empty($path)) {
      return session_save_path($path);
    } else {
      return session_save_path();
    }
  }

??? where is the hard code that set the damn /tmp directory that I can edit or change???



____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub


________________ http://www.wdvl.com _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to