Hi,<br>Thanks for your prompt response. Yes, I changed those lines&nbsp; as per your suggestion. But still map is not loading... Now the htdocs/init.php shows error message in a different way. It show as follows :-<br>--------------------------------------------------<br>
Warning: [MapServer Error]: msEvalRegex(): String (G) failed expression test. in /var/www/ka-map-1.0-20070205/htdocs/init.php on line 124<br><br>Warning: Failed to open map file G in /var/www/ka-map-1.0-20070205/htdocs/init.php on line 124<br>
<br>Warning: implode() [function.implode]: Bad arguments. in /var/www/ka-map-1.0-20070205/htdocs/init.php on line 125<br><br>Fatal error: Call to a member function getMetaData() on a non-object in /var/www/ka-map-1.0-20070205/htdocs/init.php on line 130<br>
--------------------------------------------------<br><a href="http://localhost/ka-map/tile.php">http://localhost/ka-map/tile.php</a> is showing the same error, which it shown before.<br>--------------------------------------------------<br>
When I issued the following command in console, it returns&nbsp; as follows:-<br>--------------------------------------------------<br>user@localhost:~$ php /var/www/ka-map-1.0-20070205/htdocs/precache.php -f <a href="http://localhost/ka-map/tile.php">http://localhost/ka-map/tile.php</a><br>
<br>Warning: include(../include/config.php): failed to open stream: No such file or directory in /var/www/ka-map-1.0-20070205/htdocs/precache.php on line 44<br><br>Warning: include(): Failed opening &#39;../include/config.php&#39; for inclusion (include_path=&#39;.:/usr/local/lib/php&#39;) in /var/www/ka-map-1.0-20070205/htdocs/precache.php on line 44<br>
<br>Warning: dl(): Unable to load dynamic library &#39;/usr/local/lib/php/extensions/no-debug-non-zts-20060613/&#39; - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/: cannot open shared object file: No such file or directory in /var/www/ka-map-1.0-20070205/htdocs/precache.php on line 46<br>
<br>Warning: Invalid argument supplied for foreach() in /var/www/ka-map-1.0-20070205/htdocs/precache.php on line 82<br>user@localhost:~$<br>--------------------------------------------------<br>Where I did a mistake?<br><br>
<br><div class="gmail_quote">2008/5/17 Lorenzo Becchi &lt;<a href="mailto:lorenzo@ominiverdi.com">lorenzo@ominiverdi.com</a>&gt;:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">----------------------------------------<br>
$aszMapFiles = array(<br>
 &nbsp; &nbsp; &nbsp;&quot;weather&quot; &nbsp; &nbsp; =&gt; array( &quot;Global Weather&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;/var/www/ka-map-1.0-20070205/htdocs/global.map&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;array( 100000000, 50000000, 15000000 ),<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;PNG&quot;)<br>
);<br>
-----------------------------------------<br>
<br></div>
probably as<br>
----------------------------------------<br>
<br>
$aszMapFiles = array (<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;title&#39; =&gt; &#39;Global Weather&#39;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;path&#39; =&gt; &#39;/var/www/ka-map-1.0-20070205/htdocs/global.map&#39;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;scales&#39; =&gt; array( 100000000, 50000000, 15000000 ),<br>
 &nbsp; &nbsp; &nbsp; &nbsp;&#39;format&#39; =&gt;&#39;PNG&#39;<br>
);<br>
<br>
-----------------------------------------<br>
<br>
<br>
am I wrong?<br>
<br>
<br>
Lorenzo<br>
<br>
<br>
<a href="mailto:jaisuvyas@gmail.com" target="_blank">jaisuvyas@gmail.com</a> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
Hai..,<br>
 &nbsp; &nbsp;I am jaisen, a new user of ka-map. I was setting up ka-map on my Debian Etch box with the sample data. But problem is, map is not at all appearing. All I did is given below:-<br>
<br>
I copied the unzipped ka-map-1.0-20070205 folder to my /var/www/ folder.<br>
Then put all the contents of freegis_worlddata-0.1_simpl.tar.gz inside /var/www/ka-map-1.0-20070205/htdocs/data/ folder.<br>
Created a folder /var/www/ka-map-1.0-20070205/htdocs/tmp/ too.<br>
Set-up aliases in file /etc/apache2/sites-available/default as follows:-<br>
-----------------------------------------------------------<br>
Alias /ka-map/ &quot;/var/www/ka-map-1.0-20070205/htdocs/&quot;<br>
 &nbsp; &nbsp;&lt;Directory &quot;/var/www/ka-map-1.0-20070205/htdocs/&quot;&gt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Options Indexes<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; AllowOverride None<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Order allow,deny<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Allow from all<br>
 &nbsp; &nbsp;&lt;/Directory&gt;<br>
-----------------------------------------------------------<br>
Changed settings in files as shown below:-<br>
Settings in my /var/www/ka-map-1.0-20070205/htdocs/global.map:-<br>
-----------------------------------------------------------<br>
&nbsp;WEB<br>
 &nbsp; IMAGEPATH &quot;/var/www/ka-map-1.0-20070205/htdocs/tmp&quot;<br>
 &nbsp; IMAGEURL &quot;/ka-map/tmp/&quot;<br>
&nbsp;END<br>
-----------------------------------------------------------<br>
In my config.php:-<br>
-----------------------------------------------------------<br>
$szPHPMapScriptModule = &#39;php_mapscript.&#39;.PHP_SHLIB_SUFFIX;<br>
$szPHPGDModule = &#39;gd.&#39;.PHP_SHLIB_SUFFIX;<br>
-----------------------------------------------------------<br>
$aszMapFiles = array(<br>
 &nbsp; &nbsp; &nbsp; &quot;weather&quot; &nbsp; &nbsp; =&gt; array( &quot;Global Weather&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;/var/www/ka-map-1.0-20070205/htdocs/global.map&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; array( 100000000, 50000000, 15000000 ),<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &quot;PNG&quot;)<br>
);<br>
-----------------------------------------------------------<br>
Nothing else I have changed. But the Ka explorer window is just showing a message:-<br>
-----------------------------------------------------------<br>
&quot;The application is loading.<br>
Please wait a moment... &quot;<br>
-----------------------------------------------------------<br>
But the map is not loading.<br>
<br>
Then I tried with the script --&gt; <a href="http://localhost/ka-map/init.php" target="_blank">http://localhost/ka-map/init.php</a> then it returns an error message like this:-<br>
-----------------------------------------------------------<br>
Warning: implode() [function.implode]: Bad arguments. in /var/www/ka-map-1.0-20070205/htdocs/init.php on line 125<br>
<br>
Warning: Invalid argument supplied for foreach() in /var/www/ka-map-1.0-20070205/htdocs/init.php on line 151<br></div></div>
/*init*/aszScales=new Array(&#39;&#39;);var map = new _map({name:&#39;weather&#39;,title:&#39;&#39;,currentScale: 0,units:3,resolution:72,version:&#39;&#39;,scales:aszScales});map.setDefaultExtents(-1,-1,-1,-1);map.setBackgroundColor(&#39;rgb(255,255,255)&#39;);map.resolution = 72;this.addMap( map );this.tileWidth=256;this.tileHeight=256;this.server = &#39;<a href="http://localhost/ka-map/%27;this.tileURL" target="_blank">http://localhost/ka-map/&#39;;this.tileURL</a> &lt;<a href="http://localhost/ka-map/%27;this.tileURL" target="_blank">http://localhost/ka-map/%27;this.tileURL</a>&gt; = &#39;tile.php&#39;;this.selectMap(&#39;gmap&#39;);<div class="Ih2E3d">
<br>
-----------------------------------------------------------<br>
The script --&gt; <a href="http://localhost/ka-map/tile.php" target="_blank">http://localhost/ka-map/tile.php</a> returns an error message:-<br>
-----------------------------------------------------------<br>
Fatal error: [MapServer Error]: setExtent(): Given map extent is invalid. Check that it is in the form: minx, miny, maxx, maxy in /var/www/ka-map-1.0-20070205/htdocs/tile.php on line 239<br>
-----------------------------------------------------------<br>
But, when issuing this command:-<br>
-----------------------------------------------------------<br>
user@localhost:~$ shp2img -m /var/www/ka-map-1.0-20070205/htdocs/global.map -o test.png<br>
-----------------------------------------------------------<br>
It makes a test.png image of world with red boundary lines of world nations in /var/www/ka-map-1.0-20070205/htdocs/ folder. As I am new to these all, don&#39;t know, where to make changes. Please give me some guidelines, that what else should I do to get the sample map in ka-explorer window.<br>

<br>
-- <br>
(`&#39;·.¸(`&#39;·.¸ ¸.·&#39;´)¸.·&#39;´)<br>
«´¨`·*Jaisen.*..´¨`»<br>
(¸.·&#39;´(¸.·&#39;´ `&#39;·.¸)`&#39;·.¸)<br>
¸.·´<br>
( `·.¸<br>
`·.¸ )<br>
¸.·)´<br>
(.·´<br>
( `v´ )<br>
 &nbsp;`v´<br></div>
------------------------------------------------------------------------<br>
<br>
_______________________________________________<br>
ka-Map-users mailing list<br>
<a href="mailto:ka-Map-users@lists.maptools.org" target="_blank">ka-Map-users@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>
 &nbsp;<br>
</blockquote>
_______________________________________________<br>
ka-Map-users mailing list<br>
<a href="mailto:ka-Map-users@lists.maptools.org" target="_blank">ka-Map-users@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/ka-map-users" target="_blank">http://lists.maptools.org/mailman/listinfo/ka-map-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>(`&#39;·.¸(`&#39;·.¸ ¸.·&#39;´) ¸.·&#39;´)<br>«´¨`·*Jaisen.*..´¨`»<br>(¸.·&#39;´(¸.·&#39;´ `&#39;·.¸)`&#39;·.¸)<br>¸.·´<br>( `·.¸<br>`·.¸ )<br>¸.·)´<br>(.·´<br>( `v´ )<br>
 `v´