[pmapper-users] initmap.php problem - version 3.0.0
Brought to you by:
arminburger
From: Marino F. <mar...@gm...> - 2006-12-05 16:13:05
|
I have tried to use the new version of pmapper 3.0.0 released at 03/12, with the same settings of previous version, but the initialization of application failed with this error: Parse error: parse error, unexpected T_OBJECT_OPERATOR in C:\ms4w\apps\pmapper-3.0.0\incphp\init\initmap.php on line 171 Inside the initmap.php i see some change: new code: ... 171 if (!$this->map->getLayerByName($ml)->group) { ... previous version code: ... 171 if (!$ml->group) { ... which is a problem? thanks! Marino |