Changes between Version 1 and Version 2 of MapServerErrors


Ignore:
Timestamp:
Jan 27, 2009, 11:00:07 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapServerErrors

    v1 v2  
    1313    * Update if you learn more about a problem.
    1414    * Also consider reviewing the suggestions in [wiki:DebuggingMapserver] for diagnosing issues.
    15     * Items that are clearly reproducible bugs should be reported via the !MapServer Issue Tracker with all the details needed to reproduce the error.
     15    * Items that are clearly reproducible bugs should be reported via the !MapServer http://trac.osgeo.org/mapserver Issue Tracker] with all the details needed to reproduce the error.
    1616
    17 User Visible Errors
    18 
    19     * No query information to decode. QUERY_STRING is set, but empty.
    20 
     17== User Visible Errors ==
     18{{{
     19    No query information to decode. QUERY_STRING is set, but empty.
     20}}}
    2121    The MapServer program has been run but without information which tells it what to do.
    2222    This is what is seen when the MapServer script is run by a web browser with no options.
    2323    MapServer is intended to be run by a link with a URL which contains parameters to describe the desired map.
    24 
    25     * msLoadMap(): Unable to access file. (/data/tutorial/example1-1.map)
    26 
     24{{{
     25    msLoadMap(): Unable to access file. (/data/tutorial/example1-1.map)
     26}}}
    2727    The specified file could not be accessed.
    2828
     
    3939
    4040          Assuming /var/www/html is the web server's document root, the location of /data might actually be:
    41 
     41{{{
    4242                + /var/www/cgi-bin/data
    4343                + /var/www/htdocs/data
     
    4646                + /data
    4747                      # (If the MapServer Tutorial is referring to /data, what can be changed to have MapServer find data elsewhere?)
    48 
     48}}}
    4949    * 500 Internal Server Error
    5050          o The server encountered an internal error or misconfiguration and was unable to complete your request.