Thanks for reply. I just checked with the discussing group of that shopping cart and found the solution of this session problem. It is some hard code in the application program that need to be edited. In a file called "configure.php", there is a line:
define('STORE_SESSIONS', '');
needed to be changed to:
define('STORE_SESSIONS', 'mysql');That's all :)
KoaFar
At 12:47 PM 11/5/2003, you wrote:
K.F. Wu wrote:
Hi R'twick,Couple of things ...
I changed /tmp to c:\Temp in php.ini and found the folder (Temp) does exist, but it still gave the same error as "The sessions directory does not exist: /tmp. Sessions will not work until this directory is created." (I saved the php.ini after changing and restarted apache/MySQL and got the same error.)
??? what's going on? Help!
KoaFar
try to change c:\Temp to C:/Temp in php.ini and restart apache. See if that fixes the problem . Else, see in your application, if they have a custom session handler or session save_path defined
or somewhere /tmp is hardcoded.
R'twick
____ � 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]
