Hi Armin,

as I said php is set with fastcgi module in apache, so I checked 
in /etc/php5/fpm/ 
php.ini, php-fpm.ini
the config you mention on quickinstall guide,
and all it seems to be as you suggest:

display_errors = Off (I turned off following your suggestion)
session.use_trans_sid = 0 : set to 0 in order to be compliant with W3C XHTML 
Strict 
session.auto_start = 0
session.use_cookies = 0
only 
session.save_path is not set.

By the way, the problem still remains.

This is the output of my php-5-fpm.log I had before touning off display_errors 

[27-May-2016 16:25:08] WARNING: [pool www] child 5735 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: layer in 
/var/www/html/wm_geothopica/incphp/init/initmap.php on line 258"
[27-May-2016 16:25:08] WARNING: [pool www] child 22499 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: gLanguage in 
/var/www/html/wm_geothopica/incphp/js/js_session.php on line 6"
[27-May-2016 16:25:08] WARNING: [pool www] child 22499 said into stderr: 
"NOTICE: PHP message: PHP Warning:  require_once(../locale/language_.php): 
failed to open stream: No such file or directory in 
/var/www/html/wm_geothopica/incphp/js/$
[27-May-2016 16:25:08] WARNING: [pool www] child 22499 said into stderr: 
"NOTICE: PHP message: PHP Fatal error:  require_once(): Failed opening required 
'../locale/language_.php' (include_path='.:/usr/share/php:/usr/share/pear') in 
/var/w$
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: defCharset in 
/var/www/html/wm_geothopica/incphp/globals.php on line 35"
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: gLanguage in 
/var/www/html/wm_geothopica/incphp/globals.php on line 41"
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: PM_INCPHP in 
/var/www/html/wm_geothopica/incphp/globals.php on line 42"
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Warning:  include_once(/locale/language_.php): failed 
to open stream: No such file or directory in 
/var/www/html/wm_geothopica/incphp/globa$
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Warning:  include_once(): Failed opening 
'/locale/language_.php' for inclusion 
(include_path='.:/usr/share/php:/usr/share/pear') in /var/ww$
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: msVersion in 
/var/www/html/wm_geothopica/incphp/globals.php on line 49"
[27-May-2016 16:25:08] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Notice:  Undefined index: PM_MAP_FILE in 
/var/www/html/wm_geothopica/incphp/globals.php on line 65"

and these are the errors I had after modification on display_errors 

[27-May-2016 17:15:38] WARNING: [pool www] child 22497 said into stderr: 
"NOTICE: PHP message: PHP Warning:  Cannot modify header information - headers 
already sent by (output started at 
/var/www/html/wm_geothopica/incphp/layerview.php:218) in 
/var/www/html/wm_geothopica/incphp/xajax/x_toc.php on line 48"
[27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: 
"NOTICE: PHP message: PHP Warning:  DOMDocument::schemaValidate(): Element 
'searchlist': Character content other than whitespace is not allowed because 
the content type is 'element-only'. in 
/var/www/html/wm_geothopica/incphp/query/search.php on line 71"
[27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: 
"NOTICE: PHP message: Validation of search.xml file FAILED: "
[27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: "<br />"
[27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: 
"<b>Warning</b>:  DOMDocument::schemaValidate(): Element 'searchlist': 
Character content other than whitespace is not allowed because the content type 
is 'element-only'. in 
<b>/var/www/html/wm_geothopica/incphp/query/search.php</b> on line <b>71</b><br 
/>"
[27-May-2016 17:15:38] WARNING: [pool www] child 5735 said into stderr: ""


What can you suggest me?
Thanks and best regards

Eugenio





> Message: 5
> Date: Thu, 26 May 2016 20:12:13 +0200
> From: Armin Burger <armin.bur...@gmx.net>
> Subject: Re: [pmapper-users] Problems on TOC, was [RE: layers list
>       disappeared]
> To: pmapper-users@lists.sourceforge.net
> Message-ID: <57473c7d.4030...@gmx.net>
> Content-Type: text/plain; charset=windows-1252; format=flowed
> 
> set the php.ini value for error reporting to the one listed in the wiki 
> under quick install, also set error display to 0, and then see if it 
> works ok.
> 
> And generally check PHP error log file and Javascript console for errors.

                                          
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to