Il lunedì 26 novembre 2007, Alessandro Pasotti ha scritto:

Sorry for the previous mail (I clicked too fast)


> Il lunedì 26 novembre 2007, Dave Nuttall ha scritto:
> > On a CentOS-5 with either p.mapper-stable or p.mapper-dev/beta, the basic
> > interface resolves but without any legend or primary map.
> >
> >

I just wanted to say that those "errors" are just warnings, not real errors 
and you can safely ignore them.

The problem is that if those warnings are outputted on screen they can break 
the application because the browser will interpret them as a part of the 
output.

Try to set at the beginning of the scripts

$errorlevel=error_reporting();
error_reporting($errorlevel & ~E_NOTICE);

as explained here:
http://it.php.net/error_reporting

Or modify your php.ini globally to avoid notice and warnings.

Hope it helps.

-- 
Alessandro Pasotti
itOpen - "Open Solutions for the Net Age"
w3:  www.itopen.it
Linux User# 167502

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to