Yes this is the problem ^^) , Thanks for your help.<br><br clear="all">Thanks and regards,<br>
Karol<br><br><div class="gmail_quote">2008/11/24 Oliver Christen <span dir="ltr">&lt;<a href="mailto:oliver.christen@camptocamp.com">oliver.christen@camptocamp.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">






<div bgcolor="#ffffff">
<div><font size="2">Hi</font></div>
<div><font size="2">did you enable the plugin on server side ?</font></div>
<div>&nbsp;</div>
<blockquote style="border-left: 2px solid rgb(0, 0, 0); padding-right: 0px; padding-left: 5px; margin-left: 5px; margin-right: 0px;"><div><div></div><div class="Wj3C7c">
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">----- Original Message ----- </div>
  <div style="background: rgb(228, 228, 228) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">
<b>From:</b> 
  <a title="karolitab@gmail.com" href="mailto:karolitab@gmail.com" target="_blank">Karol 
  Briones</a> </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>To:</b> <a title="cartoweb-users@lists.maptools.org" href="mailto:cartoweb-users@lists.maptools.org" target="_blank">cartoweb-users@lists.maptools.org</a> 
  </div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Sent:</b> Saturday, November 22, 2008 9:18 
  PM</div>
  <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal;"><b>Subject:</b> [Cartoweb-users] problems with 
  exportGge</div>
  <div><br></div>Hello, I try to install thle exportGge plugin in my proyect, 
  following the next instructions:<br>
  <p>To use exportGge in your own project you need to: </p>
  <ul>
    <li>use EPSG syntax for declaring the projection of your mapfile
    </li><li>set persistentQueries = false in YOUR_PROJECT/client_conf/query.ini
    </li><li>copy demoCW3gge &quot;tables&quot; and &quot;query&quot; coreplugins inside the 
    &quot;coreplugins&quot; directory of your project. If they allready exist then you 
    need to merge them with the demoCW3gge ones.
    </li><li>copy demoCW3gge &quot;exportGge&quot; plugin in your projects &quot;plugins&quot; directory
    </li><li>copy demoCW3gge/client_conf/exportGge.ini to YOUR_PROJECT/client_conf/ 
    and modify the &quot;fileName&quot; value if you want that generated KML files come 
    with a different file name
    </li><li>copy demoCW3gge &quot;cartoclient.tpl&quot; template file to your project 
    &quot;templates&quot; directory or insert :</li></ul>
  <p><br><code language="smarty">{if $exportgge_active|default:&#39;&#39;}</code></p>
  <p>{/if} <br></p>But when I rendered my project show the messaje<br><br><br><pre style="border: 0pt none ;">Class : CartocommonException<br>Message : Error [8, Trying to get property of non-object, C:\ms4w\apps\cartoweb3\projects\SIGGuayaquil\plugins\exportGge\client\ClientExportGge.php, 1172]<br>

Backtrace:<br><br>file: 1172 - C:\ms4w\apps\cartoweb3\projects\SIGGuayaquil\plugins\exportGge\client\ClientExportGge.php<br>call: Common::cartowebErrorHandler(8, &quot;Trying to get property of non-object&quot;, &quot;C:\ms4w\apps\cartoweb3\projects\SIGGuayaquil\plugins\exportGge\c...&quot;, 1172, Array(1))<br>

<br>file: 265 - C:\ms4w\apps\cartoweb3\client\ClientPluginHelper.php<br>call: ClientExportGge-&gt;initializeResult(Null)<br><br>file: UNKNOWN - UNKNOWN<br>call: ServerCallerHelper-&gt;initializeResultHelper(Object(ClientExportGge), Object(MapResult))<br>

<br>file: 267 - C:\ms4w\apps\cartoweb3\common\PluginManager.php<br>call: call_user_func_array(Array(2), Array(2))<br><br>file: 320 - C:\ms4w\apps\cartoweb3\common\PluginManager.php<br>call: PluginManager-&gt;callPluginImplementing(Object(ClientExportGge), &quot;ServerCaller&quot;, &quot;initializeResult&quot;, Array(1))<br>

<br>file: 712 - C:\ms4w\apps\cartoweb3\client\Cartoclient.php<br>call: PluginManager-&gt;callEnabledPluginsImplementing(2, &quot;ServerCaller&quot;, &quot;initializeResult&quot;, Array(1))<br><br>file: 1098 - C:\ms4w\apps\cartoweb3\client\Cartoclient.php<br>

call: Cartoclient-&gt;callEnabledPluginsImplementing(2, &quot;ServerCaller&quot;, &quot;initializeResult&quot;, Object(MapResult))<br><br>file: 1261 - C:\ms4w\apps\cartoweb3\client\Cartoclient.php<br>call: Cartoclient-&gt;doMain()<br>

<br>file: 38 - C:\ms4w\apps\cartoweb3\htdocs\client.php<br><br>call: Cartoclient-&gt;main()<br></pre>the 
  projection is<br><br>CONFIG &quot;PROJ_LIB&quot; 
  &quot;/ms4w/proj/nad/&quot;<br><br>...<br><br>PROJECTION<br>&nbsp;&nbsp;&nbsp; 
  &quot;init=epsg:24877&quot;<br>END<br><br>Please help me to solution this 
  problem.<br><br>Thanks and regards,<br>Karol<br>
  </div></div><p>
  </p><hr>

  <p></p>_______________________________________________<br>Cartoweb-users 
  mailing 
  list<br><a href="mailto:Cartoweb-users@lists.maptools.org" target="_blank">Cartoweb-users@lists.maptools.org</a><br><a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" target="_blank">http://lists.maptools.org/mailman/listinfo/cartoweb-users</a><br>
</blockquote></div>
</blockquote></div><br><br>