PDA

View Full Version : warning message help


808local
12-29-04, 11:33 PM
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

Galax
12-29-04, 11:38 PM
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.

IanS
12-30-04, 06:01 AM
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 advanced3;/www/php looks like a typo in a script - plus Galax has identified a problem. Check your script carefully for occurences of 3;/www/php and /www/php and make sure the references are correct.

stevel
12-31-04, 05:35 PM
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'.

808local
12-31-04, 05:51 PM
How do I get rid of it??
Can you tell me in detail what to do??

Thanks in advance

stevel
12-31-04, 07:38 PM
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.

808local
12-31-04, 10:03 PM
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

stevel
1-1-05, 10:34 AM
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.