HI Everyone,

I know I am sinning by introducing non-MS code into the mix but my developer
insists on PHP. ;-)

We are getting an error that I just don't understand and I hope someone can
point me in the right direction.

These are the errors:
Warning: session_start():
open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
failed: No space left on device (28) in c:\inetpub\wwwroot\tudor\login.php on
line 4

Warning: session_start(): Cannot send session cookie - headers already sent
by (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
c:\inetpub\wwwroot\tudor\login.php on line 4

Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
c:\inetpub\wwwroot\tudor\login.php on line 4

Warning: Unknown():
open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
failed: No space left on device (28) 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

This is a simple login page. The IIS machine is a Windows Small Business
Server 2003. This configuration did work but now does not. I know that
means I must have changed something but I can 't figure what I changed.

I am running Trend Micro CSM as well.

--
Thanks and have a great day,

Rogue

Re: PHP Error - need help by Jason

Jason
Fri Mar 11 21:31:37 CST 2005

The 'headers already sent' issue is basically because PHP isn't buffering
output - I think there may be a set_buffer() function - my PHP is a bit
rusty but search the PHP docs for 'buffer'. not sure about the others but
the knee-jerk reaction is to say 'check your disk space'



--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.
"Rogue_Canuck" <RogueCanuck@discussions.microsoft.com> wrote in message
news:5F91343A-794F-4008-A4FA-798A885EE629@microsoft.com...
> HI Everyone,
>
> I know I am sinning by introducing non-MS code into the mix but my
> developer
> insists on PHP. ;-)
>
> We are getting an error that I just don't understand and I hope someone
> can
> point me in the right direction.
>
> These are the errors:
> Warning: session_start():
> open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
> failed: No space left on device (28) in c:\inetpub\wwwroot\tudor\login.php
> on
> line 4
>
> Warning: session_start(): Cannot send session cookie - headers already
> sent
> by (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
> c:\inetpub\wwwroot\tudor\login.php on line 4
>
> Warning: session_start(): Cannot send session cache limiter - headers
> already sent (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
> c:\inetpub\wwwroot\tudor\login.php on line 4
>
> Warning: Unknown():
> open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
> failed: No space left on device (28) 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
>
> This is a simple login page. The IIS machine is a Windows Small Business
> Server 2003. This configuration did work but now does not. I know that
> means I must have changed something but I can 't figure what I changed.
>
> I am running Trend Micro CSM as well.
>
> --
> Thanks and have a great day,
>
> Rogue



Re: PHP Error - need help by jeff

jeff
Fri Mar 11 23:18:03 CST 2005

Might try a PHP group for help...

Jeff

On Fri, 11 Mar 2005 12:29:02 -0800, Rogue_Canuck
<RogueCanuck@discussions.microsoft.com> wrote:

>HI Everyone,
>
>I know I am sinning by introducing non-MS code into the mix but my developer
>insists on PHP. ;-)
>
>We are getting an error that I just don't understand and I hope someone can
>point me in the right direction.
>
>These are the errors:
>Warning: session_start():
>open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
>failed: No space left on device (28) in c:\inetpub\wwwroot\tudor\login.php on
>line 4
>
>Warning: session_start(): Cannot send session cookie - headers already sent
>by (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
>c:\inetpub\wwwroot\tudor\login.php on line 4
>
>Warning: session_start(): Cannot send session cache limiter - headers
>already sent (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
>c:\inetpub\wwwroot\tudor\login.php on line 4
>
>Warning: Unknown():
>open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
>failed: No space left on device (28) 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
>
>This is a simple login page. The IIS machine is a Windows Small Business
>Server 2003. This configuration did work but now does not. I know that
>means I must have changed something but I can 't figure what I changed.
>
>I am running Trend Micro CSM as well.


RE: PHP Error - need help by a

a
Mon Mar 14 05:03:02 CST 2005

qqqqqqqqqqqqqqqqqqqqqqqq

"Rogue_Canuck" wrote:

> HI Everyone,
>
> I know I am sinning by introducing non-MS code into the mix but my developer
> insists on PHP. ;-)
>
> We are getting an error that I just don't understand and I hope someone can
> point me in the right direction.
>
> These are the errors:
> Warning: session_start():
> open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
> failed: No space left on device (28) in c:\inetpub\wwwroot\tudor\login.php on
> line 4
>
> Warning: session_start(): Cannot send session cookie - headers already sent
> by (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
> c:\inetpub\wwwroot\tudor\login.php on line 4
>
> Warning: session_start(): Cannot send session cache limiter - headers
> already sent (output started at c:\inetpub\wwwroot\tudor\login.php:4) in
> c:\inetpub\wwwroot\tudor\login.php on line 4
>
> Warning: Unknown():
> open(C:\PHP\sessiondata\sess_bbfeadbb104e6dcaab4e8bf298ef7488, O_RDWR)
> failed: No space left on device (28) 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
>
> This is a simple login page. The IIS machine is a Windows Small Business
> Server 2003. This configuration did work but now does not. I know that
> means I must have changed something but I can 't figure what I changed.
>
> I am running Trend Micro CSM as well.
>
> --
> Thanks and have a great day,
>
> Rogue