Does anyone know what these errors mean?

Does anyone know what these errors mean?

am 03.04.2005 17:52:01 von Litchcockbell

-------------------------------1112543521
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Hi everyone,

I came across some errors regarding undefined variables in my sumbmission
form to
login to a restricted area (members only)... This tutorial I'm working on to
get a better
understanding of php tells me to start off by using session_start(); and
then register the
variables i want to use within the script.

this was using 1.3.33 Apache and 4.3.10 php.
The people I bought this tutorial off said to use IIS instead. So I
uninstalled everything
and installed IIS.. that was just another headache altogether, nothing
worked. I've
spent probably the best part of the whole day (11hrs) trying to work out why
IIS wasn't
working or why the previous set up of Apache & Php were throwing out the
errors i was
facing.

Now I have a whole new set of weird error notices after installing a
different version
of Apache and PHP (Apache 2.0.47 & php 4.3.3)
===========
Warning: session_start(): open(/tmp\sess_54d21fe98c5dad4ff7a80889fcecfabf,
O_RDWR) failed: No such file or directory (2) in
C:\Apache2\Apache2\htdocs\examples\login.php on line 1

Warning: session_start(): Cannot send session cookie - headers already sent
by (output started at C:\Apache2\Apache2\htdocs\examples\login.php:1) in
C:\Apache2\Apache2\htdocs\examples\login.php on line 1

Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at C:\Apache2\Apache2\htdocs\examples\login.php:1) in
C:\Apache2\Apache2\htdocs\examples\login.php on line 1


Warning: Unknown(): open(/tmp\sess_54d21fe98c5dad4ff7a80889fcecfabf, 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 (/tmp) in Unknown on
line 0
==================================================

For the life of me I don't understand these errors and can't even find a fix
at php.net or
alike. I even copied the entire pre-made file from the tutorial CD just
incase I made some
kind of typo, but I hadn't and still got the above errors...

Can any one help why I'm being given these notices above?

Many thanks in advance...

Litchcockbell. :Oo

-------------------------------1112543521--

Re: Does anyone know what these errors mean?

am 04.04.2005 14:54:37 von Friedhelm Betz

Litchcockbell@aol.com wrote:

[...]


> Now I have a whole new set of weird error notices after installing a
> different version
> of Apache and PHP (Apache 2.0.47 & php 4.3.3)
> ===========
> Warning: session_start(): open(/tmp\sess_54d21fe98c5dad4ff7a80889fcecfabf,
> O_RDWR) failed: No such file or directory (2) in
> C:\Apache2\Apache2\htdocs\examples\login.php on line 1
>
> Warning: session_start(): Cannot send session cookie - headers already sent
> by (output started at C:\Apache2\Apache2\htdocs\examples\login.php:1) in
> C:\Apache2\Apache2\htdocs\examples\login.php on line 1
>
> Warning: session_start(): Cannot send session cache limiter - headers
> already sent (output started at C:\Apache2\Apache2\htdocs\examples\login.php:1) in
> C:\Apache2\Apache2\htdocs\examples\login.php on line 1
>
>
> Warning: Unknown(): open(/tmp\sess_54d21fe98c5dad4ff7a80889fcecfabf, 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 (/tmp) in Unknown on
> line 0
> ==================================================
>
> For the life of me I don't understand these errors and can't even find a fix
> at php.net or
> alike. I even copied the entire pre-made file from the tutorial CD just
> incase I made some
> kind of typo, but I hadn't and still got the above errors...
>
> Can any one help why I'm being given these notices above?

No, this question has nothing to do with mysql on win32 right? ;-)

Try to find help at the appropriate php-mailing lists:
php.net/support

Friedhelm


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org