| 
 Posted by Erwin Moller on 01/09/06 15:21 
Hi Group, 
 
I cannot log errors for some reason. 
 
Situation: PHP 5.0 ISAPI on W2000 IIS 5.0  
 
In php.ini: 
 
error_reporting = E_ALL 
log_errors = On 
error_log = C:\php\myerrorlog.log 
 
 
From some script: 
<? 
        echo 8/0; 
?> 
 
But my file stays empty. 
 
To test if I had some permissionproblem: 
 
error_log("testerror",3,"C"\php\myerrorlog.log"); 
 
But that worked: The text "testerror" appeared in the logfile. 
 
What else could be wrong? 
 
TIA 
 
Regards, 
Erwin Moller
 
[Back to original message] 
 |