Changes between Version 4 and Version 5 of MapServerErrors


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapServerErrors

    v4 v5  
    1616
    1717== User Visible Errors ==
    18 {{{
    19     No query information to decode. QUERY_STRING is set, but empty.
    20 }}}
     18
     19=== No query information to decode. QUERY_STRING is set, but empty ===
    2120    The MapServer program has been run but without information which tells it what to do.
    2221    This is what is seen when the MapServer script is run by a web browser with no options.
    2322    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 }}}
     23
     24=== msLoadMap(): Unable to access file. (/data/tutorial/example1-1.map) ===
     25
    2726    The specified file could not be accessed.
    2827
     
    4746                      # (If the MapServer Tutorial is referring to /data, what can be changed to have MapServer find data elsewhere?)
    4847}}}
    49     * 500 Internal Server Error
     48=== 500 Internal Server Error ===
    5049          o The server encountered an internal error or misconfiguration and was unable to complete your request.
    5150
     
    6463          o There are suggestions to the MapServer maintainers in the Technical Problems section under could not connect to server...
    6564
    66 Technical Problems
     65== Technical Problems ==
    6766
    68     * Premature end of script headers: /var/www/cgi-bin/mapserver
     67=== Premature end of script headers: /var/www/cgi-bin/mapserver ===
    6968
    7069          o See also Internal Server Error