|
| Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more. |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Posts: n/a
|
warning message help
I need another help, I have this warning message on the top of my web page...."Warning Warning: The sessions directory does not exist: 3;/www/php. Sessions will not work until this directory is created."
How can I get rid of it?? Where is 3;/www/php.?? Thank you in advanced |
|
|
#2 |
|
Join Date: Jan 2002
Location: Los Angeles, CA
Posts: 104
Reputation: 22
|
The URL where you are gettng this error would help alot as well, but it appears that you have a directory specified in your php.ini for saving sessions that does not actually exist in your webspace.
|
|
|
|
|
#3 | |
|
A customer & a Moderator
Join Date: Mar 2004
Location: Washington (THE original one!)
Posts: 11,654
Reputation: 384
|
Quote:
|
|
|
|
|
|
#4 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
I don't think that's a typo, but the correct solution is to set the STORE_SESSIONS define in the two configure.php files to 'mysql'.
__________________
Steve |
|
|
|
|
#5 |
|
Posts: n/a
|
How do I get rid of it??
Can you tell me in detail what to do?? Thanks in advance |
|
|
#6 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
Um, I did tell you in detail what to do. Edit the two configure.php files, one in catalog/includes and one in catalog/admin/includes. Down towards the bottom there is a define of STORE_SESSIONS. The default value is an empty string, ''. Change to 'mysql' and upload the changed files.
__________________
Steve |
|
|
|
|
#7 |
|
Posts: n/a
|
I have done what you have told me to do but now "The requested URL /powweb-bin/php4/catalog/index.php was not found on this server." this message appears.
What can I do?? Thanks in advanced |
|
|
#8 |
|
XPW
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
|
That has nothing to do with the other problem. Send me a Private Message with the URL of your site and the contents of your two configure.php files and I'll see if I can spot a problem.
__________________
Steve |
|
|
![]() |
| Thread Tools | Search this Thread |
|
|