<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">  <DIV>Hi all!</DIV>  <DIV>I´m trying to configure it the installation of ka-map with ms4w but i have many troubles making it works properly, at first these are the steps i follow:</DIV>  <DIV>1. Creation of mapfile<BR>2. Configured the Apache web alias<BR>3. Before that i have to run the setenv.bat file to set the .dll path<BR>4. Defining alias and restartig Apache:</DIV>  <DIV>Alias /kamap "/ms4w/apps/ka-map-1.0/htdocs"<BR>&lt;Directory "/ms4w/apps/ka-map-1.0"&gt;<BR>&nbsp; AllowOverride None<BR>&nbsp; Options Indexes FollowSymLinks Multiviews <BR>&nbsp; Order allow,deny<BR>&nbsp; Allow from all<BR>&lt;/Directory&gt;</DIV>  <DIV>5. Configuring config.php<BR>First, pointing to php modules:</DIV>  <DIV>$szPHPMapScriptModule = "php_mapscript_4.10.0.".PHP_SHLIB_SUFFIX;<BR>$szPHPGDModule = 'php_gd2.' .PHP_SHLIB_SUFFIX;</DIV>  <DIV>Later, defining the map array<BR>$aszMapFiles =
 array(<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PanamaMap"&nbsp;&nbsp;&nbsp;&nbsp; =&gt; array( "Provincias Panama", <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "/ms4w/apps/kamap-1.0/htdocs/mapas/map/panama.map",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array( 250000, 120000, 75000, 30000, 10000 ),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "PNG")<BR>);</DIV>  <DIV>&nbsp;* szMap should be set to the default map file to use but can change if<BR>&nbsp;* this script is called with map=&lt;mapname&gt;.<BR>&nbsp;*/<BR>$szMap =
 'PanamaMap';</DIV>  <DIV>Setting the directories for cache</DIV>  <DIV>* for the application (see mapfile configuration above.)<BR>&nbsp;*/<BR>$szBaseCacheDir =&nbsp; "C:/ms4w/tmp/ms_tmp/";</DIV>  <DIV>/* Uncomment the following if you have a web accessible cache */<BR>$szBaseWebCache = "../tmp/ms_tmp/";</DIV>  <DIV>But it doesn´t seem to work properly, because when i go to <A href="http://localhost:8080/ka-map/">http://localhost:8080/ka-map/</A>, the browser IE 6.0, send me this message:<BR>Line: 76<BR>Char: 1<BR>Error: Object expected<BR>Code: 0<BR>URL: <A href="http://localhost:8080/ka-map/">http://localhost:8080/ka-map/</A></DIV>  <DIV>I'm using the ms4w 2.2.2 version and ka-map 1.0 on Windows XP 64x</DIV>  <DIV>I have like one week figthing with this problem, because i need to configure kamap to create tiles and use it with Open Layers as&nbsp;a web client in my project.</DIV>  <DIV>Thanxs in advanced,</DIV><BR><BR>Carlos A. Gordón <BR><FONT color=#0000ff
 size=1>Especialista en GIS <BR>Tel. (507) 665-49715 <BR>cagb78@nuzkiamedia.com <BR>Vía Sonadora, casa 5, <BR>Penonome, Provincia de Coclé <BR>Panamá</FONT></BLOCKQUOTE><BR><BR><BR>Carlos A. Gordón <BR><FONT color=#0000ff size=1>Especialista en GIS <BR>Tel. (507) 665-49715 <BR>cagb78@nuzkiamedia.com <BR>Vía Sonadora, casa 5, <BR>Penonome, Provincia de Coclé <BR>Panamá</FONT>