Thread: [pmapper-users] Pmapper mobile devices (cell)
Brought to you by:
arminburger
From: vitor_mr <vit...@ho...> - 2016-01-08 19:34:27
|
How do I to the Pmapper to be accessible for mobile devices (cell)? -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper-mobile-devices-cell-tp4025825.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Marcelo <man...@gm...> - 2016-01-20 11:01:50
|
Hi! I'm making and install from strach but can get it done properly. after I follow the steps in the debian instalation (using ubuntu 14.04.3) can't load the maps: I keep having this error. [:error] [pid 16551] [client xx.xx.xx.xx:34112] PHP Notice: Trying to get property of non-object in /var/www/html/pmapper/incphp/query/search.php on line 54, referer: http://xxxxxx/pmapper/map.phtml I know this an error on php but I'm almost sure that I follow the instruction. Maybe I skip some line in the text, that is why my error in the log ... Sorry my english, regards, Marcelo |
From: Armin B. <arm...@gm...> - 2016-01-20 19:11:48
|
PHP Notices are not errors, but notices... if you get them it means that they are not disabled as described in the manual. Deactivate them in php.ini, with error_reporting = E_ALL & ~E_NOTICE as described. Then try again if you have problems. armin On 20/01/16 12:02, Marcelo wrote: > Hi! I'm making and install from strach but can get it done properly. > > after I follow the steps in the debian instalation (using ubuntu > 14.04.3) can't load the maps: I keep having this error. > > [:error] [pid 16551] [client xx.xx.xx.xx:34112] PHP Notice: Trying to > get property of non-object in > /var/www/html/pmapper/incphp/query/search.php on line 54, referer: > http://xxxxxx/pmapper/map.phtml > > > I know this an error on php but I'm almost sure that I follow the > instruction. Maybe I skip some line in the text, that is why my error in > the log ... > > > Sorry my english, > regards, > Marcelo > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Marcelo <man...@gm...> - 2016-01-21 11:31:01
|
OK thanks... this is the error: Fatal error: Call to a member function getAllGroupNames() on a non-object in /var/www/html/pmapper/incphp/init/initmap.php on line 290 this is the line /*** LAYERS ***/ // Test for groups with blanks $gList = $this->map->getAllGroupNames(); foreach ($gList as $gr) { if (preg_match('/\s/', $gr)) { pm_logDebug(0, "P.MAPPER-ERROR: Group '$gr' defined in the map file has blanks in its name. This is not possible for the p.mapper application. Remove blanks or substitute with e.g. '_'."); } } I have no idea of php. So what I am missing to make it work? regards, Marcelo El 20/01/16 a las 16:11, Armin Burger escribió: PHP Notices are not errors, but notices... if you get them it means that they are not disabled as described in the manual. Deactivate them in php.ini, with error_reporting = E_ALL & ~E_NOTICE as described. Then try again if you have problems. armin On 20/01/16 12:02, Marcelo wrote: Hi! I'm making and install from strach but can get it done properly. after I follow the steps in the debian instalation (using ubuntu 14.04.3) can't load the maps: I keep having this error. [:error] [pid 16551] [client xx.xx.xx.xx:34112] PHP Notice: Trying to get property of non-object in /var/www/html/pmapper/incphp/query/search.php on line 54, referer: [1]http://xxxxxx/pmapper/map.phtml I know this an error on php but I'm almost sure that I follow the instruction. Maybe I skip some line in the text, that is why my error in the log ... Sorry my english, regards, Marcelo ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! [2]http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ pmapper-users mailing list [3]pma...@li... [4]https://lists.sourceforge.net/lists/listinfo/pmapper-users ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! [5]http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ pmapper-users mailing list [6]pma...@li... [7]https://lists.sourceforge.net/lists/listinfo/pmapper-users References 1. http://xxxxxx/pmapper/map.phtml 2. http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 3. mailto:pma...@li... 4. https://lists.sourceforge.net/lists/listinfo/pmapper-users 5. http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 6. mailto:pma...@li... 7. https://lists.sourceforge.net/lists/listinfo/pmapper-users |