Hi, I have the following settings in my php.ini: error_reporting = E_ALL display_errors = Off display_startup_errors = Off log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off html_errors = On error_log = php_error.log If I run PHP as isapi, these settings...