<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Dear friends, <br><br>I am greatful for your help in building my geomoose application. Please follow this link to get to it http://www.myghanasearch.com/search/mview.html But  there is an error with one of my layers I just can't fathom. It works fine when I am offline. The error says;<br><br><title>MapServer Message</title><!-- MapServer version 5.2.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=THREADS SUPPORTS=GEOS INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=MYGIS INPUT=SHAPEFILE -->loadSymbol(): Unable to access file. Parsing error near 
(C:\ms4w\apps\geomoose2\maps\symbols\Q2.png):(line 267)&nbsp; Apparently there is no line 267.<br><br>and here is my mapfile. Thanks very much. Franz Okyere. GIS Specialist<br><br># Map file created from QGIS project file C:/Users/Franzy/Documents/GIS Data/LinxMb.qgs<br># Edit this file to customize for your map interface<br># (Created with PyQgis MapServer Export plugin)<br>MAP<br>&nbsp; NAME ghana <br>&nbsp; # Map image size<br>&nbsp; SIZE 800 650&nbsp; <br>&nbsp; UNITS meters<br>&nbsp; TRANSPARENT FALSE<br>&nbsp; FONTSET "../../fonts/fontset.list"<br>&nbsp; SYMBOLSET "../../symbols/symbol.sym"<br>&nbsp; EXTENT 44122.792792 523627.732277 1391863.961749 1236515.357466<br>&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; 'proj=longlat'<br>&nbsp;&nbsp;&nbsp; 'ellps=WGS84'<br>&nbsp;&nbsp;&nbsp; 'datum=WGS84'<br>&nbsp;&nbsp;&nbsp; 'no_defs'<br>&nbsp; END<br><br>&nbsp; # Background color for the map canvas -- change as desired<br>&nbsp; IMAGECOLOR 150 150 255<br>&nbsp; IMAGEQUALITY 95<br>&nbsp; IMAGETYPE gif<br>&nbsp; OUTPUTFORMAT<br>&nbsp;&nbsp;&nbsp; NAME gif<br>&nbsp;&nbsp;&nbsp; DRIVER 'GD/GIF'<br>&nbsp;&nbsp;&nbsp; MIMETYPE 'image/gif'<br>&nbsp;&nbsp;&nbsp; #IMAGEMODE PC256<br>&nbsp;&nbsp;&nbsp; EXTENSION 'gif'<br>&nbsp; END<br>&nbsp; # Legend<br><br>&nbsp; # Web interface definition. Only the template parameter<br>&nbsp; # is required to display a map. See MapServer documentation<br>&nbsp; WEB<br>&nbsp;&nbsp;&nbsp; # Set IMAGEPATH to the path where MapServer should<br>&nbsp;&nbsp;&nbsp; # write its output.<br>&nbsp;&nbsp;&nbsp; IMAGEPATH '/tmp/'<br><br>&nbsp;&nbsp;&nbsp; # Set IMAGEURL to the url that points to IMAGEPATH<br>&nbsp;&nbsp;&nbsp; # as defined in your web server configuration<br>&nbsp;&nbsp;&nbsp; IMAGEURL '/tmp/'<br><br>&nbsp;&nbsp;&nbsp; # WMS server settings<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'wms_title'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ''<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'wms_onlineresource'&nbsp; 'http://my.host.com/cgi-bin/mapserv?map=wms.map&amp;'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'wms_srs'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'EPSG:4326'<br>&nbsp;&nbsp;&nbsp; END<br><br>&nbsp;&nbsp;&nbsp; #Scale range at which web interface will operate<br>&nbsp;&nbsp;&nbsp; # Template and header/footer settings<br>&nbsp;&nbsp;&nbsp; # Only the template parameter is required to display a map. See MapServer documentation<br>&nbsp; END<br><br>&nbsp;&nbsp; LAYER<br>&nbsp;&nbsp;&nbsp; NAME 'ghanaregions'<br>&nbsp;&nbsp;&nbsp; TYPE POLYGON<br>&nbsp;&nbsp;&nbsp; DATA './ghanaregions'<br>&nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'wms_title' 'ghanaregions'<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; STATUS DEFAULT<br>&nbsp;&nbsp;&nbsp; TRANSPARENCY 100<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp; 'proj=longlat'<br>&nbsp;&nbsp;&nbsp; 'ellps=WGS84'<br>&nbsp;&nbsp;&nbsp; 'datum=WGS84'<br>&nbsp;&nbsp;&nbsp; 'no_defs'<br>&nbsp;&nbsp;&nbsp; END<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CLASS<br><br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 'Parcels'<br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WIDTH 5<br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 255 255&nbsp; <br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br><br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp; END<br><br><br>&nbsp;&nbsp;&nbsp; LAYER # City Boundary Polygon Layer<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME city_labels<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DATA './ghanaregions'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MAXSCALEDENOM 1559055<br>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; MINSCALEDENOM 90708<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE annotation<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABELITEM 'NAME'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; LABELCACHE ON<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR -1 -1 -1<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABEL<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE TRUETYPE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; FONT vera_sans<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MAXSIZE 10<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; SIZE 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MINSIZE 8<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #ANTIALIAS TRUE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLOR 0 0 0<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; OUTLINECOLOR 255 255 128<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; BUFFER 2<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp; END # City Boundary Polygon Layer<br><br><br>END<br><br><br>#Note there are 111 lines of code in the mapfile<br>                                               <br /><hr />Do you have a story that started on Hotmail? <a href='http://clk.atdmt.com/UKM/go/195013117/direct/01/' target='_new'>Tell us now</a></body>
</html>