PDA

View Full Version : Warning: session.save_path () is not set.


lostdog
11-30-2007, 08:01 PM
I am running into an error during self install PHP Link Directory v3.2.0

Session Save Path writable? Warning: session.save_path () is not set.


This is what I see on my PhP configurations page:

where N is an integer. Instead of storing all the session files in /path, what this will do is use subdirectories N-levels deep, and store the session data in those directories. This is useful if you or your OS have problems with lots of files in one directory, and is a more efficient layout for servers that handle lots of sessions. NOTE 1: PHP will not create this directory structure automatically. You can use the script in the ext/session dir for that purpose. NOTE 2: See the section on garbage collection below if you choose to use subdirectories for session storage.

Any advice on how to fix this?

Thanks

shadav
11-30-2007, 08:20 PM
please remember *search is your friend*

Session Save Path Install Errors (http://www.phplinkdirectory.com/forum/showthread.php?t=5047&highlight=session.save_path)
session.save.path not set (http://www.phplinkdirectory.com/forum/showthread.php?t=18585&highlight=session.save_path)
Warning: session.save_path (http://www.phplinkdirectory.com/forum/showthread.php?t=15778&highlight=Warning%3A+session.save_path)
Fix: add ini_set ('session.save_path', '/tmp'); (http://www.phplinkdirectory.com/forum/showthread.php?t=15381&highlight=session.save_path)
MYSQL, Session Save Path, GD Support (http://www.phplinkdirectory.com/forum/showthread.php?t=13155&highlight=session.save_path)

just to name a few