This topic is locked

PHP doesn't under PHP Modul ??

3/8/2006 12:44:06 PM
PHPRunner General questions
Pfeiffer author

Hello,

I developed my application und PHP as CGI and I have no problems.

If I changed to PHP Modul usage using phpisap4.dll I get a lot of warnings.
It's always the command session_start()
The warning is :

Warning: session_start(): open(/tmp\sess_3d77c501aab517fee0580357d7a29442, O_RDWR) failed: No such file or directory (2) in D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\wg_list.php on line 6
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\wg_list.php:6) in D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\wg_list.php on line 6
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\wg_list.php:6) in D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\wg_list.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\wg_list.php:6) in D:\Inetpub\wwwroot\gemse\PHPRunner\KONTES_WG\include\dbcommon.php on line 17
Any idea what's going on ??

Server is windows 2000 with service pack 3 on PHP 4.3.3
Best regards

Uwe Pfeiffer

Sergey Kornilov admin 3/9/2006

Uwe,
it seems that your PHP configured incorrectly.

Please read this article:

http://www.xlinesoft.com/phprunner/faq.htm#1