First of all I would set the PHP error reporting to the value as 
described in the Wiki for the quick installation part, to avoid all pure 
notifications that just blow up your error log. What remains afterwards 
should be checked again.

/a

On 07/22/2014 06:51 PM, jose mvm wrote:
> Hi Thomas,
>
> after update the pmapper code, i found some questions and difficulties:
>
> - when pmapper start up php notice apeears (repeatedly):
> [22-Jul-2014 16:06:49 UTC] PHP Notice:  Undefined variable: dynamicClasses
> in /var/www/pmapper-4.3.2/incphp/layerview.php on line 218
>
> but no problem...
>
> - when i make a search the table of results appears closed by default... (no
> probem too)
>
> but my main problem, possibly, is that I don't understand the philosophy,
> the goal, the mechanism and operation of the "clientDynamicLayers". i don't
> understand the "examples" contained in plugin.
>
> and without this dependence plugin, the selectionManagement plugin doesn't
> work correctly. i can't save selections. when i search width searchtool
> these messages appears:
>
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: JSON_Results in
> /var/www/pmapper-4.3.2/incphp/xajax/x_info.php on line 40
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: numero in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: papel in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: embalagens in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: vidro in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: pilhao in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: oleao in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: propriet in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: freguesia in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: first_lug1 in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
> [22-Jul-2014 16:37:27 UTC] PHP Notice:  Undefined index: designacao in
> /var/www/pmapper-4.3.2/incphp/query/search.php on line 171
>
> when i try to save selection these messages appears:
>
> [22-Jul-2014 16:40:32 UTC] PHP Notice:  Undefined variable: content in
> /var/www/pmapper-4.3.2/plugins/selectionManagement/x_saveSelection.php on
> line 119
> [22-Jul-2014 16:40:46 UTC] PHP Notice:  Use of undefined constant
> msCurrentSelection - assumed 'msCurrentSelection' in
> /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/x_clientDynamicLayers.php
> on line 46
> [22-Jul-2014 16:40:46 UTC] PHP Notice:  Use of undefined constant
> msSelection - assumed 'msSelection' in
> /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php
> on line 697
> [22-Jul-2014 16:40:46 UTC] PHP Fatal error:  Call to undefined function
> getLayersByGroupOrLayerName() in
> /var/www/pmapper-4.3.2/plugins/clientdynamiclayers/clientDynamicLayers.php
> on line 461
>
> in other words, my problem remains, i can't get use "intersect with actual
> selection" operator. when i try these messages appears:
>
> [22-Jul-2014 16:48:06 UTC] PHP Notice:  Undefined offset: 0 in
> /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99
> [22-Jul-2014 16:48:12 UTC] PHP Notice:  Undefined index: JSON_Results in
> /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on
> line 19
> [22-Jul-2014 16:48:12 UTC] PHP Notice:  Undefined variable: poly in
> /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on
> line 28
> [22-Jul-2014 16:48:12 UTC] PHP Notice:  Undefined property:
> QueryExtended::$querygroups in /var/www/pmapper-4.3.2/incphp/query/query.php
> on line 59
> [22-Jul-2014 16:48:13 UTC] PHP Notice:  Undefined offset: 0 in
> /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99
> [22-Jul-2014 16:48:22 UTC] PHP Notice:  Undefined offset: 0 in
> /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99
> [22-Jul-2014 16:48:31 UTC] PHP Notice:  Undefined variable: poly in
> /var/www/pmapper-4.3.2/plugins/graphicalqueries/x_graphicalqueries.php on
> line 28
> [22-Jul-2014 16:48:31 UTC] PHP Notice:  Undefined property:
> QueryExtended::$querygroups in /var/www/pmapper-4.3.2/incphp/query/query.php
> on line 59
> [22-Jul-2014 16:48:32 UTC] PHP Notice:  Undefined offset: 1 in
> /var/www/pmapper-4.3.2/plugins/common/selectTools.inc.php on line 433
> [22-Jul-2014 16:48:32 UTC] PHP Notice:  Trying to get property of non-object
> in /var/www/pmapper-4.3.2/plugins/common/selectTools.inc.php on line 433
> [22-Jul-2014 16:48:32 UTC] PHP Notice:  Undefined offset: 0 in
> /var/www/pmapper-4.3.2/incphp/xajax/x_select.php on line 99
>
> Thanks in advence
> Best regards
>
>
>
> --
> View this message in context: 
> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper4-new-plugins-and-options-tp4025551p4025556.html
> Sent from the pmapper-users -- p.mapper users mailing list mailing list 
> archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Want fast and easy access to all the code in your enterprise? Index and
> search up to 200,000 lines of code with a free copy of Black Duck
> Code Sight - the same software that powers the world's largest code
> search on Ohloh, the Black Duck Open Hub! Try it now.
> http://p.sf.net/sfu/bds
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to