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