Changes between Version 6 and Version 7 of DebuggingMapserver


Ignore:
Timestamp:
Jan 27, 2009, 1:28:54 PM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingMapserver

    v6 v7  
    55   3. Some additional debugging can be turned on from GDAL and OGR by setting the CPL_DEBUG environment variable to on. Similarly additional PROJ.4 debug info can be produced by setting PROJ_DEBUG to ON.
    66   4. The MS_ERRORFILE environment variable can be set to a path (or "stdout" or "stderr") to have all errors handled within MapServer to a logfile or console. This can be helpful, especially for situations where the error is otherwise ignored, or doesn't get all the way back to the client.
    7    5. For issues with !PerlMapScript see: http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?PerlMapScriptDebugging
     7   5. For issues with !PerlMapScript see: [wiki:PerlMapScriptDebugging]
    88   6. Double Check the EXTENT values in the mapfile against the known extent of the data being used.
    99   7. Review known problems and solutions in !MapServer Issue Tracker: http://trac.osgeo.org/mapserver/.