Re: [php-list] PHP Error Log

2005-03-26 Thread Wade
03262005 2139 GMT-6 Ok. Im a little baffeled. I made a few changes to see what I can do and its odd. Im not sure now that I even understand the directory structure. When you log into the yahoo File Manger, there are 21 folders. One of those folders I created and named sessions. Im using another

Re: [php-list] PHP Error Log

2005-03-26 Thread Wade
03262005 2123 GMT-6 I just took another look at something. I looked up the O-RDWR and its a 'direct io function'. I created the session folder but you'll see it states access denied. Not sure what the (13) stands for. [27-Mar-2005 03:22:14] PHP Warning: session_start(): open(session/sess_5a7bd

Re: [php-list] PHP Error Log

2005-03-26 Thread Wade
03262005 2117 GMT-6 Thanks Brandon. I read the php documentation on this but I wasnt clear on it. Would this be the correct way to set that: session_save_path("/sessions"); session_start(); Wade Brandon Smith wrote: > Wade, > > You can use ini_set to set the session save path whereev

Re: [php-list] PHP Error Log

2005-03-26 Thread Brandon Smith
Wade, You can use ini_set to set the session save path whereever you want. It looks like the /tmp path isn't writable to PHP. This is probably Yahoo's fault. It is advisable to set the save path to somewhere in your own account, so that other users on the server won't find your session data t

Re: [php-list] PHP Error Log

2005-03-26 Thread Wade
03262005 1923 GMT-6 I did some searching and fixed the first errors. Now its the session stuff. I read in the php.ini about the location of the ;session.save_path = /tmp I checked the hosting site and /tmp is specified - on my system its not. So, arent sessions written to /tmp from the settings i