[Cartoweb-users] Filter Error

Alexandre Saunier alexandre.saunier at camptocamp.com
Wed Oct 4 11:26:25 EDT 2006


The error message is quite self-explanatory ;)
You have to declare the following methods in your plugin (even if they 
do nothing in your case) since they are called by CartoWeb (ServerCaller 
and GuiProvider interfaces):
- client part: handleHttpGetRequest()
- server part: initializeResult() and handleResult()

Simply ad something like
public function handleHttpGetRequest() {}
and so on in your plugin.

Adriano Hantequeste Gomes wrote:
> I put the code and return this erro:
> 
> Fatal error: Class ClientFilters contains 3 abstract methods and must
> therefore be declared abstract or implement the remaining methods
> (ServerCaller::initializeResult, ServerCaller::handleResult,
> GuiProvider::handleHttpGetRequest) in
> C:\wamp\www\cartoweb3\plugins\filtro\client\ClientFiltro.php on line
> 66


More information about the Cartoweb-users mailing list