Hi I have installed PHP 5.04 under Apache 2.0.54 along with MySQL 4.0.25. Everything seems fine apart from the fact that I am unable to get display_errors to output any information at all. In the php.ini have set:
display_errors = On error_reporting = E_ALL Because this didn't work I tried to log errors using: log_errors = On error_log = "c:\server\apache2\htdocs\error.log" No luck with this either. I'd be grateful if anyone has any suggestions. Thanks Neil