<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><Directory "/ms4w/apps/ka-map-1.0"><BR>  AllowOverride None<BR>  Options Indexes FollowSymLinks Multiviews <BR>  Order allow,deny<BR>  Allow from all<BR></Directory></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>        "PanamaMap"     => array(
 "Provincias Panama", <BR>                                "/ms4w/apps/kamap-1.0/htdocs/mapas/map/panama.map",<BR>                                array( 250000, 120000, 75000, 30000, 10000 ),<BR>                                "PNG")<BR>);</div>  <div> * szMap should be set to the default map file to use but can change if<BR> * this script is called with map=<mapname>.<BR> */<BR>$szMap = 'PanamaMap';</div>  <div>Setting the directories for cache</div>  <div>* for the application (see mapfile
 configuration above.)<BR> */<BR>$szBaseCacheDir =  "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 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>