Changes between Version 1 and Version 2 of Debugging
- Timestamp:
- 12/16/08 23:03:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging
v1 v2 22 22 === IIS === 23 23 24 === PHP (mapadmin) === 24 25 26 By default the bundled php is configured not to display errors for security reasons, [[BR]] 27 however, if you encounter problems you can enable display of the errors by editing[[BR]] 28 C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\Php\php.ini[[BR]] 29 and changing '''display_errors = Off''' to '''display_errors = On''' 30 31 This is not recommended for production servers as sensitive information may be 32 exposed in the error messages 25 33 26 34 == Debugging the Web Server Extensions on Linux ==