|
Posted by Toby A Inkster on 07/20/07 12:11
dpinion@gmail.com wrote:
> session.save_path = "C:\Windows\temp "
Is that space character inside the path really there? If so, remove it.
Also, try using "/" instead of "\" in the path -- backslashes are used in
PHP strings to escape special characters. In particular, your path
contains "\t" which PHP may treat as a tab character!
Lastly, if you're using NTFS (you don't specify) check which user Apache is
running as, and make sure that the Temp folder is writable by that user.
To be sure, you could try giving "Full Control" on the Temp folder to
"Everyone". (I think that's the terminology used in XP.)
--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.12-12mdksmp, up 29 days, 15:47.]
Parsing an HTML Table with PEAR's XML_HTTPSax3
http://tobyinkster.co.uk/blog/2007/07/20/html-table-parsing/
Navigation:
[Reply to this message]
|