Page 1 of 1

'Warning: Unknown' errors at bottom of both front and backend [resolved]

Posted: Sun Jun 18, 2006 2:53 pm
by Sub_Kovert
I seem to have got the site installed ok but now I have the following lines of text at the bottom of the front and backend

Warning: Unknown: open(C:\PHP\sessiondata\sess_61c5ea9e635e0655519ee7d91377595b, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\PHP\sessiondata) in Unknown on line 0

any ideas?

cheers

Re: 'Warning: Unknown' errors at bottom of both front and backend

Posted: Sat Nov 03, 2007 12:12 am
by Elijah Lofgren
Sub_Kovert wrote: I seem to have got the site installed ok but now I have the following lines of text at the bottom of the front and backend

Warning: Unknown: open(C:\PHP\sessiondata\sess_61c5ea9e635e0655519ee7d91377595b, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\PHP\sessiondata) in Unknown on line 0
For anyone who comes across this topic. I had this same error and was able to fix it by following the workaround described here: Re: session.save_path problem :)