PHP script problem

PHP script problem

am 23.10.2007 10:17:59 von tal5

Since I have installed my forum I'm getting this error code at the
bottom of each page on my website:

Warning: Unknown(): open(C:\PHP\sessiondata/
sess_307128a3fc8e44d8576820b6df4f1dda, O_RDWR) failed: No such file or
directory (2) 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

Do you know what this could be and could it have to do with my new
forum? You can see what it looks like live (just scroll to the
bottom):
http://www.frostedberry.net/Silvia/Index.php

Re: PHP script problem

am 23.10.2007 12:34:42 von Captain Paralytic

On 23 Oct, 09:17, tal5 wrote:
> Since I have installed my forum I'm getting this error code at the
> bottom of each page on my website:
>
> Warning: Unknown(): open(C:\PHP\sessiondata/
> sess_307128a3fc8e44d8576820b6df4f1dda, O_RDWR) failed: No such file or
> directory (2) 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
>
> Do you know what this could be and could it have to do with my new
> forum? You can see what it looks like live (just scroll to the
> bottom):http://www.frostedberry.net/Silvia/Index.php

"Do you know what this could be...?"
It could be to do with the session.save_path setting being incorrect.
I worked this out because that is what the error message says. Did you
bother to read it?