docs:gis:mapserver:getstring_symbol_definition_error

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

docs:gis:mapserver:getstring_symbol_definition_error [2006/10/08 02:03] – created billhdocs:gis:mapserver:getstring_symbol_definition_error [2008/08/03 00:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== getString(): Symbol definition error ======
 +<code>
 +getString(): Symbol definition error. Parsing error near (none):(line xx) 
 +</code>
 +This error occurred after a fresh install of apache and a new mapserver build when trying to run the Itasca demo.  The problem ended up being this line:<code>
 +WMS_ACCESSCONSTRAINTS none
  
 +(should be...)
 +
 +WMS_ACCESSCONSTRAINTS "none"
 +</code>