Try
public function renderForm(Smarty $template) {
instead of
public function renderForm($smarty) {

Adriano Hantequeste Gomes wrote:
Hi All,

Very Thanks for atention of all.


When i try access the project on my web browser retur this error:



Fatal error: Declaration of ClientFilters::renderForm() must be
compatible with that of GuiProvider::renderForm() in
C:\wamp\www\cartoweb3\plugins\filtro\client\ClientFiltro.php on line 3


   public function renderForm($smarty) {

        echo '<!-- Inicio do Filtro -->';
        echo '<div id="Layer1" style="position:absolute; left:358px;
top:66px; width:511px; height:27px; z-index:1">';
        echo '  <form action="geo.php" method="post" name="filtra">';
        echo '  <table border="0" cellspacing="0" cellpadding="0">';
        echo '    <tr>';
_______________________________________________
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users

Reply via email to