On 31/05/2010 22:55, Lalo - Hotmail wrote:
> Hola a todos, por favor me pueden ayudar, estoy trabajando con Linux fedora
> y con p.mapper. He configurado la busqueda de la siguiente manera
>
> <searchitem name="departamento" description="Departamentos">
>     <layer type="postgis" name="departamento">                        
>       <field type="s" name="iddpto" description="Departamento"
> wildcard="0">
>       <definition type="options" connectiontype="db" sort="asc"
> firstoption="*">
>               <dsn
> encoding="UTF-8">pgsql://postgres:postg...@localhost/foncodes</dsn>
>               <sql>  select distinct iddpto, nombdep from peru_dpto order by
> nombdep</sql>
>               </definition>
>       </field>                                                        
>     </layer>
> </searchitem>
>

> Sin embargo no me funciona.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Es una descripcion clasica con mucho detalle... ;-)

>
> Hice la prueba con el mismo archivo en Windows y ahí si funciona.
>
> Me pueden indicar por favor que estaría faltando instalar o configurar en el
> Linux para que funcione correctamente.

The "options" for the search on Postgis layers uses generic PHP and PEAR 
DB/MDB2 functionality for querying Postgres databases. I don't know well 
Fedora, but e.g. on Debian you need to install specific Postgres-related 
PHP packages to have PHP-PG functions available. Or you're just missing 
the required PEAR packages (DB or MDB2). It could also be that your 
connection to the database does just not work.

But all of that you can just check when looking at the PHP error logs...

armin

>
> Agradezco de antemano la informacion.
>
> Saludos
> Eduardo de la Torre Arroyo
> Celular: 99334-3899
> Nextel: 426*1247
>
>

------------------------------------------------------------------------------

_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to