Re: [pmapper-users] postgis search with suggest option

2012-04-12 Thread Chris forum
That's it, I thought the SQL tag wasn't required as I didn't need to filter the postgis data. Now it works: pgsql://user:pass@localhost /db_name SELECT DISTINCT id_tree FROM tree ORDER BY id_tree Thanx a lot Armin!

Re: [pmapper-users] postgis search with suggest option

2012-04-12 Thread Armin Burger
why don't you try a definition similar to the settings from the wiki for exactly Postgis and suggest (there is one...)? you are for sure missing the tag. And when it works update the wiki and explain in more detail what parameters are required... On Thu, Apr 12, 2012 at 1:34 PM, Chris forum wrot

Re: [pmapper-users] postgis search with suggest option

2012-04-12 Thread Chris forum
Wow, thanx for the fast answer! I wasn't clear sorry, the 2 following lines were supposed to tell what I did to correct each related error: => apt-get install php-mdb2 => apt-get install php-mdb2-driver-pgsql So the 2 missing packages are already installed. But now I have this error, with which I

Re: [pmapper-users] postgis search with suggest option

2012-04-12 Thread Armin Burger
well, your operating systems already tells you the commands for installing the missing packages ("apt-get install") ... in addition, you can search for MDB2 on the wiki, there you'll get e.g. a link to http://svn.pmapper.net/trac/wiki/UpgradeOlderVersions armin On Thu, Apr 12, 2012 at 1:13