This topic is locked

Header Errors

6/21/2006 4:10:06 AM
PHPRunner General questions
B
bmak author

Hello,
I have just completed a test php login system using PHPrunner. The test area is on my local machine in the wwwroot folder using Windows XPP and IIS.
When I load the index.htm page I get a stream of errors and am not use why this is happening. Can anyone suggest what has gone wrong with the login site creation process please?
The errors I am seeing are as follows;
Warning: session_start(): open(C:\PHP\sessiondata\sess_294178b1f800f6d80f1203479ce83aa9, O_RDWR) failed: No such file or directory (2) in C:\Inetpub\wwwroot\members\login.php on line 4
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\Inetpub\wwwroot\members\login.php:4) in C:\Inetpub\wwwroot\members\login.php on line 4
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\wwwroot\members\login.php:4) in C:\Inetpub\wwwroot\members\login.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\members\login.php:4) in C:\Inetpub\wwwroot\members\include\dbcommon.php on line 17
Thanks for your help.
Regards
bmak

B
bmak author 6/21/2006

Hello,
This is a recall of my 'help please' posting called "Header Errors".
The solution to this problem was outlined in one of your FAQ questions and related to setting the 'session.save_path=' parameter in the php.ini file. I have corrected this and the login screen no longer shows the session errors.
Sorry for the waste of time, I guess I should read the FAQ more thoroughly :-((
bmak <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=9218&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' />