Re: PHP Error - need help
From: Jason Brown [MSFT] (i-brjaso_at_online.microsoft.com)
Date: 03/12/05
- Next message: Jeff Cochran: "Re: Setting up IIS 5.1"
- Previous message: param_at_community.nospam: "Re: Urgent Performance Help"
- In reply to: Rogue_Canuck: "PHP Error - need help"
- Next in thread: Jeff Cochran: "Re: PHP Error - need help"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 12 Mar 2005 14:31:37 +1100
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
- Next message: Jeff Cochran: "Re: Setting up IIS 5.1"
- Previous message: param_at_community.nospam: "Re: Urgent Performance Help"
- In reply to: Rogue_Canuck: "PHP Error - need help"
- Next in thread: Jeff Cochran: "Re: PHP Error - need help"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|