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