<div dir="ltr">hi,<br><br>i&#39;m trying chameleon with Joomla!. i put this code in Joomla! : <br><pre>&lt;?php<br>include(&quot;C:/ms4w/apps/chameleon/htdocs/chameleon.php&quot;);<br>$szTemplate = &quot;./mytemplate.html&quot;;<br>
$szMapFile = &quot;../map/mymap.map&quot;;<br><br>class MyApp extends Chameleon<br>{<br>  function MyApp()<br>  {<br>    parent::Chameleon();<br>    $this-&gt;moMapSession = new MapSession_RW;<br>    $this-&gt;moMapSession-&gt;setTempDir( getSessionSavePath());<br>
  }<br>}<br><br>$oApp =  new MyApp();<br>$oApp-&gt;CWCInitialize($szTemplate,$szMapFile);<br>$oApp-&gt;mnMinimumMaturityLevel = MATURITY_UNKNOWN;<br>$oApp-&gt;CWCExecute();<br>?&gt;<br></pre>but i get these errors :<br><br>
<b>Warning</b>:  ini_set() [<a href="http://localhost/spatialmining/function.ini-set">function.ini-set</a>]: A session is active. You cannot change the session module&#39;s ini settings at this time. in <b>C:\ms4w\apps\chameleon\htdocs\common\session\session.php</b> on line <b>446</b><br>

<b>Notice</b>:  A session had already been started - ignoring session_start() in <b>C:\ms4w\apps\chameleon\htdocs\common\session\session.php</b> on line <b>509</b><br>
<b>Notice</b>:  Trying to get property of non-object in <b>C:\ms4w\apps\chameleon\htdocs\widgets\MapDHTML\MapDHTML.widget.php</b> on line <b>188</b><br>
<b>Fatal error</b>:  Call to a member function set() on a non-object in <b>C:\ms4w\apps\chameleon\htdocs\widgets\MapDHTML\MapDHTML.widget.php</b> on line <b>198</b><br><br clear="all">I am frustrated. Do you have some ideas? Thank you.<br>
<br>-- <br>Bendaoud <br>
</div>