[Cartoweb-users] First steps in getting Cartoweb php 5.2.x ready
Milo van der Linden
mlinden at zeelandnet.nl
Wed Sep 12 17:15:53 EDT 2007
Hello list!
I am taking the first steps into getting cartoweb3 php 5.2.x ready. This
are my findings so far and I now have a working map interface allready!
in \cartoweb3\client\FormRenderer.php
ClientPlugin::ENABLE_LEVEL_FULL,
$plugin->getName(),
'Ajaxable',
'ajaxGetPluginResponse',
&$ajaxPluginResponse,
$ajaxAction);
/remove the & in front of $ajaxPluginResponse./
In cartoweb3\common\Accounting.php change:
private function __construct() {
to
protected function __construct() {
In cartoweb3\server\ServerPluginHelper.php change:
$this->log->debug("plugin result: $resultName = $result");
to
if (is_object($result)) {
//$this->log->debug("plugin result: $resultName =
var_dump($result)");
} else {
$this->log->debug("plugin result: $resultName = $result");
}
Maybe the development team can profit from these findings!
I will go test a bit further through the application and see what else
needs to be changed.
Good luck!
--
Milo van der Linden
skype: milovanderlinden <skype:milovanderlinden?add>
mlinden at zeelandnet.nl <mailto:mlinden at zeelandnet.nl>
milovanderlinden at gmail.com <mailto:milovanderlinden at gmail.com>
milo at 3dsite.nl <mailto:milo at 3dsite.nl>
http://www.3dsite.nl
De informatie in dit bericht reflecteert mijn persoonlijke mening en
niet die van een bedrijf of instantie. Aan de informatie kunnen geen
rechten worden ontleend. Indien dit bericht onderdeel is van een forum,
mailing-list of community dan gelden automatisch de bij het betreffende
medium behorende voorwaarden. The information in this message reflects
my personal opinion and not that of a company or public body. All rights
reserved.If this message is contained in a mailing-list or community,
the rights on the medium are automatically adapted.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.maptools.org/pipermail/cartoweb-users/attachments/20070912/20a76a68/attachment.html
More information about the Cartoweb-users
mailing list