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>