[Pmapper-users] My first operation with pmapper..

2006-04-10 Thread Luca Casagrande
Now works fine...but i need to enable XML in my installation Hope this help... Thx for all your support Bye Luca Alle 09:31, luned? 10 aprile 2006, Armin Burger ha scritto: > it seems that utf8_encode() depends on the iconv library, even if the PHP > docs don't say anything about this dependency

[Pmapper-users] My first operation with pmapper..

2006-04-10 Thread Luca Casagrande
I add iconv to my configure, and now iconv is built in: http://img85.imageshack.us/my.php?image=iconv2pr.png I tryed to run pmapper adding defCharset = ISO-8859-1, but the problem is still the same... (also leaving the default config.ini, display the same error...) P.S. I am running the current

[Pmapper-users] My first operation with pmapper..

2006-04-10 Thread Armin Burger
it seems that utf8_encode() depends on the iconv library, even if the PHP docs don't say anything about this dependency. But this fits well into the sometimes chaotic character of PHP... You can either re-compile PHP to use iconv (it's trange that it was not included in your PHP installation) or

[Pmapper-users] My first operation with pmapper..

2006-04-10 Thread Paolo Cavallini
At 01:53, luned? 10 aprile 2006, Luca Casagrande has probably written: > Is there a search functions on mailing list? Not, but you can rstrict google searches to faunalia or www.faunalia.com/pipermail/ domains. eg: pmapper site:www.faunalia.com/pipermail/ All the best. pc -- Paolo Cavallini ema

[Pmapper-users] My first operation with pmapper..

2006-04-10 Thread Luca Casagrande
Thx Armin, i cecked all but didn't notice the F Right now the only things on log is this: [10-Apr-2006 01:48:55] PHP Fatal error: Call to undefined function utf8_encode() in /var/www/localhost/htdocs/pmapper/incphp/initgroups.php on line 143 Is there a search functions on mailing list? Th

[Pmapper-users] My first operation with pmapper..

2006-04-09 Thread Armin Burger
PHP is case SENSITIVE, so 'mapfile' is not the same as 'mapFile'. ^^ armin Luca Casagrande wrote: > Thx! Now i am trying to remove all the errors i found in the log.. > > Just don't understand this: > [07-Apr-2006 16:25:17] Cannot find ma

[Pmapper-users] My first operation with pmapper..

2006-04-07 Thread Luca Casagrande
Thx! Now i am trying to remove all the errors i found in the log.. Just don't understand this: [07-Apr-2006 16:25:17] Cannot find map file ''. Check '/config/config.ini' file at section 'mapFile'. In config.ini got this line: mapfile = /var/www/localhost/htdocs/pmapper/config/luca.map And the p

[Pmapper-users] My first operation with pmapper..

2006-04-07 Thread Armin Burger
the screenshot does not help so much since most of the warnings are hidden. Just send additionally the corresponding entries from the PHP error log. armin > > Hi guys! > Following the wiki I have set up pmapper, changing all the config file as > needed... > I have created a map file and it se

[Pmapper-users] My first operation with pmapper..

2006-04-07 Thread Luca Casagrande
Hi guys! Following the wiki I have set up pmapper, changing all the config file as needed... I have created a map file and it seems works fine (I tested with shp2img and the output was ok...), but the pmapper output is this: http://img100.imageshack.us/my.php?image=mapset183cs.png Any idea? Th