PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Mon Dec 11, 2006 2:45 pm
every once in a while I get an error like this that I've never seen before. If I refresh the page it goes away...but it's troubling.
anyone seen this and/or know how to address it?
Code: Select all
File Where Error Occurred: session.inc.php Line Number: 14
Error Description: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(C:\WINNT\TEMP\) failed: Invalid argument (22)
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Mon Dec 11, 2006 2:53 pm
Burrito wrote: or know how to address it ?
I wish I had something more insightful, but don't use windows
Burrito
Spockulator
Posts: 4715 Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah
Post
by Burrito » Mon Dec 11, 2006 4:54 pm
does anyone else have anything even remotely beneficial to add
dibyendrah
Forum Contributor
Posts: 491 Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:
Post
by dibyendrah » Tue Dec 12, 2006 12:49 am
Burrito wrote: every once in a while I get an error like this that I've never seen before. If I refresh the page it goes away...but it's troubling.
anyone seen this and/or know how to address it?
Code: Select all
File Where Error Occurred: session.inc.php Line Number: 14
Error Description: session_start() [function.session-start]: ps_files_cleanup_dir: opendir(C:\WINNT\TEMP\) failed: Invalid argument (22)
Try setting the session_save_path to somewhere rather than C:\WINNT\TEMP and restart the web sever.