Hi,
After upgrading to PHP 5.0.4 I saw that error messages are no longer displayed in the browser. Therefore, I changed the log setting in the configuration file: "error_log = syslog". (I'm running Windows XP Pro.)
In the application events, php now wrote:
Event Source: php
Event Category: (6)
Event ID: 2000
Description:
The description for Event ID ( 2000 ) in Source ( php ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: php[264], PHP Parse error: ... (some error I created).
Is there somebody who recognizes this problem and knows how to solve it?
Any help is appreciated.
Arman