[Cartoweb-users] Cartoweb turns blank, no error messages
Jacolin Yves
yjacolin at free.fr
Tue Sep 11 09:27:40 EDT 2007
Milo,
Could you try to add a "print 'test1';" somewhere inside your
handleHttpPostRequest() {...} function?
An error occurs somewhere which stop php parser. You can try a print
$resquest as well.
Hope this will help you!
Y.
Le Tuesday 11 September 2007 12:19:16 Milo van der Linden, vous avez écrit :
> Hello list,
>
> I have a custom plugin that works fine. Now I want to extend this plugin
> to create a mapoverlay as described in this post:
> http://lists.maptools.org/pipermail/cartoweb-users/2007-March/002236.html
>
> When I alter the client.tpl, the button shows up and everything works fine.
>
> When I add the protected $specialactiontrigger, all is fine.
>
> When I add the procedure;
>
> handleHttpPostRequest($request) {
> if (isset($request['specialactiontrigger']) {
> $this->specialactiontrigger = true;
> } else {
> $this->specialactiontrigger = false;
> }
> }
>
> My screen just turns blank, no error messages nothing....
>
> Any tips on getting the error message? Or on what the fault can be?
--
Yves Jacolin
---
http://softlibre.gloobe.org
More information about the Cartoweb-users
mailing list