Changes between Version 1 and Version 2 of Debugging


Ignore:
Timestamp:
Dec 16, 2008, 11:03:50 PM (15 years ago)
Author:
zspitzer
Comment:

added info on how to set php to display errors

Legend:

Unmodified
Added
Removed
Modified
  • Debugging

    v1 v2  
    2222=== IIS ===
    2323
     24=== PHP (mapadmin) ===
    2425
     26By default the bundled php is configured not to display errors for security reasons, [[BR]]
     27however, if you encounter problems you can enable display of the errors by editing[[BR]]
     28C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\Php\php.ini[[BR]]
     29and changing '''display_errors = Off''' to '''display_errors = On'''
     30
     31This is not recommended for production servers as sensitive information may be
     32exposed in the error messages
    2533
    2634== Debugging the Web Server Extensions on Linux ==