<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6487.1">
<TITLE>New User, Needs Help!</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Dear Users,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I am VERY new to Chameleon and have a few questions.&nbsp; First of all, I am using this on a&nbsp; Windows XP and Apache platform.&nbsp; I am looking to install MS4W and Chameleon 1.99beta.&nbsp; I've downloaded from DM Solutions the following zip files:</FONT></P>

<P><FONT SIZE=2 FACE="Arial">(1)</FONT> <A HREF="http://www.maptools.org/dl/ms4w/ms4w_0.8.zip"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">http://www.maptools.org/dl/ms4w/ms4w_0.8.zip</FONT></U></A>

<BR><FONT SIZE=2 FACE="Courier New">(2) </FONT><A HREF="http://www.maptools.org/dl/ms4w/chameleon_ms4w-1.99beta1.zip"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">http://www.maptools.org/dl/ms4w/chameleon_ms4w-1.99beta1.zip</FONT></U></A>
</P>

<P><FONT SIZE=2 FACE="Courier New">I have unzipped them to my hard drive. I have been following the chameleon installation instructions on the Wiki site but seem to have trouble with tmp folders and location/permissions:&nbsp; </FONT><A HREF="http://www.maptools.org/chameleon/wiki/ChameleonInstallationInstructions"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">http://www.maptools.org/chameleon/wiki/ChameleonInstallationInstructions</FONT></U></A></P>
<BR>

<P><FONT SIZE=2 FACE="Courier New">Question number 1.&nbsp; Where should these be &quot;installed?&quot;&nbsp; Is there a good example of the file structure hierarchy? I've unzipped them to c:\ms4w (I placed chameleon under the folder called apps) and was able to get the localhost to open the demos but I get several broken links. For example, in the </FONT><A HREF="http://localhost/chameleon/samples/"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">http://localhost/chameleon/samples/</FONT></U></A><FONT SIZE=2 FACE="Courier New"> when I click on ROI Widget Pack Sample using widgets from the ROI widget pack I get the following error:</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Fatal error: Call to undefined function: ms_newsymbolobj() in C:\ms4w\apps\chameleon\htdocs\widgets\TrueNorth\TrueNorth.widget.php on line 213</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Again, for example, in the </FONT><A HREF="http://localhost/chameleon/samples/"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">http://localhost/chameleon/samples/</FONT></U></A><FONT SIZE=2 FACE="Courier New"> when I click on Enhanced Widget Pack&#8217;s Sample using XML Theme Legend I get the following message returned: </FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Warning: [MapServer Error]: msSaveImage(): (../tmp/ms_tmp/108784539119681.png) in C:\ms4w\apps\chameleon\htdocs\widgets\Scalebar\Scalebar.widget.php on line 385</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Fatal error: Failed writing image to ../tmp/ms_tmp/108784539119681.png in C:\ms4w\apps\chameleon\htdocs\widgets\Scalebar\Scalebar.widget.php on line 385</FONT> </P>

<P><FONT SIZE=2 FACE="Arial">I get a lot more error messages if I do not have the folder &quot;c:\tmp\ms_tmp.&quot;&nbsp; I do have this same-named folder under c:\ms4w\ and c:\ms4w\chameleon.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Would the failed to write to /tmp/ms_tmp be a apache permissions problem?&nbsp; It seems to access the tmp folders ok but fails to write to them.&nbsp; Is there anything special that needs to be done in apache other then to create an alias in httpd.conf?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Below is my httpd_chameleon.conf</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Alias /ms_tmp/ &quot;../ms4w/tmp/ms_tmp/&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;Directory &quot;/tmp/ms_tmp&quot;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; Options Indexes MultiViews </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; AllowOverride None</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; Order allow,deny</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; Allow from all </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/Directory&gt;&nbsp; </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Alias /chameleon/admin &quot;/ms4w/apps/chameleon/htdocs_admin&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;Directory &quot;/ms4w/apps/chameleon/htdocs_admin&quot;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; AllowOverride None </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Options Indexes FollowSymLinks Multiviews&nbsp; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Order allow,deny </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Allow from all </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/Directory&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;</FONT>

<BR><FONT SIZE=2 FACE="Arial">Alias /chameleon/docs &quot;/ms4w/apps/chameleon/docs/html&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;Directory &quot;/ms4w/apps/chameleon/docs/html&quot;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; AllowOverride None </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Options Indexes FollowSymLinks Multiviews&nbsp; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Order allow,deny </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Allow from all </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/Directory&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;</FONT>

<BR><FONT SIZE=2 FACE="Arial">Alias /chameleon/samples &quot;/ms4w/apps/chameleon/samples/htdocs&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;Directory &quot;/ms4w/apps/chameleon/samples/htdocs&quot;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; AllowOverride None </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Options Indexes FollowSymLinks Multiviews&nbsp; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Order allow,deny </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Allow from all </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/Directory&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;</FONT>

<BR><FONT SIZE=2 FACE="Arial">Alias /chameleon &quot;/ms4w/apps/chameleon/htdocs&quot; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;Directory &quot;/ms4w/apps/chameleon/htdocs&quot;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; AllowOverride None </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Options Indexes FollowSymLinks Multiviews&nbsp; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Order allow,deny </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp; Allow from all </FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/Directory&gt; </FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I think this a great program with a lot of potential and I just need a little help getting out of the starting blocks!</FONT>
</P>
<BR>

<P><FONT SIZE=2 FACE="Arial">Thanks in advance,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">David</FONT>
</P>

</BODY>
<!--[object_id=#olver.com#]--><P align=left><FONT face=Tahoma size=2><FONT color=#0000ff>This document, including attachments, is confidential and may be privileged. If you are not an intended recipient, please notify the sender, then delete and destroy the original message and all copies. You should not copy, forward and/or disclose this message, in whole or in part, without permission of the sender. If you receive this e-mail message in error, please notify us immediately. Thank you.</FONT></FONT></P></HTML>