Hello everyone,<br><br>I'm new, and am currently having trouble figuring out what's wrong with my .map files.&nbsp; I've checked all the lines in my .map files for missing parenthesees.&nbsp; I'm getting this error when I try to click the button to load both test map files:<br><br>loadWeb(): Unknown identifier. Parsing error near (C):(line 1)<br><br>Is there something wrong with my environment?&nbsp; Are there differences in reading code in version 5.0.0.&nbsp; I am using <span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor: pointer;" class="yshortcuts" id="lw_1202927795_1">Windows XP</span>, Mapserver 5.0.0, Apache, and PHP 5.2.4.<br>Any help is appreciated!<br>Here is my sample hello world .map file:<br><br>MAP<br>&nbsp;&nbsp;&nbsp; NAME "Hello Test"<br>&nbsp;&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp; SIZE 400 300<br>&nbsp;&nbsp;&nbsp; IMAGECOLOR 249 245 186<br>&nbsp;&nbsp;&nbsp; IMAGETYPE <span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor:
 pointer;" class="yshortcuts" id="lw_1202927795_2">png</span><br>&nbsp;&nbsp;&nbsp; EXTENT -1.00 -1.00 1.00 1.00<br>&nbsp;&nbsp;&nbsp;  WEB<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TEMPLATE "c:/ms4w/Apache/htdocs/hello-test.html"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IMAGEPATH "c:/ms4w/mapfiles"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IMAGEURL "/mapfiles/"<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS default<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE point<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FEATURE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; POINTS 0.0 0.0 END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TEXT "Hello World"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 255 0
 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  LABEL<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE bitmap<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END<br>__________________________________<br>Joe Nannery<br>Joealan@sbcglobal.net