seems there are a bit too many escaping backslashes added. Check your 
php.ini file for

   magic_quotes_gpc
and
   magic_quotes_runtime

and if they're set to On, try to set them to Off and see if the problem 
still appears.

Armin

On 12/07/2008 13:12, Salvator*eL*arosa wrote:
> 
> 
> pag66 wrote:
>> Try to use this 
>> metadata
>>  "LAYER_ENCODING" "UTF-8"
>> end 
>> in your layer definition 
>> I think it solve your problem
>>
> 
> Thanks for your reply, but it don't work for me!
> 
> My pm_debug is:
> 
> [12-Jul-2008 15:05:04] P.MAPPER debug info 
> Searcharray in search.php->getSearchParameters() 
>  Array
> (
>     [nome] => SANT\'ANGELO LE FRATTE
>     [mode] => search
>     [PHPSESSID] => 2ff4c48f24cec5f8a11633fccc7744d9
> )
> 
> [12-Jul-2008 15:05:04] P.MAPPER debug info 
> Parameters for searchArray 
> file: query.php->q_execAttributeQuery 
> 
>  Array
> (
>     [nome] => SANT\'ANGELO LE FRATTE
>     [mode] => search
>     [PHPSESSID] => 2ff4c48f24cec5f8a11633fccc7744d9
> )
> 
> [12-Jul-2008 15:05:04] P.MAPPER debug info 
>  P.MAPPER Warning: no UNIQUE field specified for PostGIS table
> 'public.comuni_pit'. Trying using OID field...
> [12-Jul-2008 15:05:04] P.MAPPER debug info 
> P.MAPPER-DEBUG: squery.php/dumpPGQueryResults() - SQL Cmd:
>  SELECT gid, 
>                          xmin(box3d(the_geom)), 
>                          ymin(box3d(the_geom)), 
>                          xmax(box3d(the_geom)), 
>                          ymax(box3d(the_geom)), 
>                          nome,istat 
>                     FROM public.comuni_pit 
>                    WHERE   nome = 'SANT\\\'ANGELO LE FRATTE' 
>                    LIMIT 301
> 
> 
> Bye
> 
> 
> -----
> Salvatore Larosa
> GPG: 0xE504BBE2 (FP: D9B2 CA87 81CD 1B91 E24D 3B42 D0F7 FA01 E504 BBE2)


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to