Hello everyone,<br><br>I'm new, and am currently having trouble figuring out what's wrong with my .map files. I've checked all the lines in my .map files for missing parenthesees. 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? Are there differences in reading code in version 5.0.0. 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> NAME "Hello Test"<br> STATUS ON<br> SIZE 400 300<br> IMAGECOLOR 249 245 186<br> IMAGETYPE <span style="border-bottom: 1px dashed rgb(0, 102, 204); cursor:
pointer;" class="yshortcuts" id="lw_1202927795_2">png</span><br> EXTENT -1.00 -1.00 1.00 1.00<br> WEB<br> TEMPLATE "c:/ms4w/Apache/htdocs/hello-test.html"<br> IMAGEPATH "c:/ms4w/mapfiles"<br> IMAGEURL "/mapfiles/"<br> END<br> LAYER<br> STATUS default<br> TYPE point<br> FEATURE<br> POINTS 0.0 0.0 END<br> TEXT "Hello World"<br> END<br> CLASS<br> STYLE<br> COLOR 255 0
0<br> END<br> LABEL<br> TYPE bitmap<br> END<br> END<br> END<br> END<br>__________________________________<br>Joe Nannery<br>Joealan@sbcglobal.net