Re: PHP Error - need help

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Jason Brown [MSFT] (i-brjaso_at_online.microsoft.com)
Date: 03/12/05


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 


Relevant Pages

  • Session_start() problem
    ... PHP Warning: session_start: ... No such file or directory in Unknown on line 0 PHP ... Warning: Unknown: Failed to write session data. ...
    (php.general)
  • Local PHP installation conflict
    ... However I have just installed PHP, MySQL and Apache on my local Windows ... Warning: Unknown(): Your script possibly relies on a session side-effect ...
    (php.general)
  • Re: Nach der Installation von MySQL 4 kommen Fehlermeldungen
    ... Allerdings ist das eine Meldung von PHP oder irgendeinem in PHP geschriebenen Skript. ... group by modell ist ungültiges SQL. ... Warning: Unknown: Your script possibly relies on a session side-effect ...
    (de.comp.datenbanken.mysql)
  • session side-effect which existed until PHP...
    ... I get "Warning: Unknown(): Your script possibly ... relies on a session side-effect which existed until PHP 4.2.3. ...
    (php.general)
  • Warning messages when script executed from command line
    ... PHP INI File Setting ... No warning message are displayed when script executed from the browser. ... Module 'SimpleXML' already loaded in Unknown on line 0 ...
    (comp.lang.php)