[Gfoss] Cannot use FONTSET statement into mapfile

Luca Penasa luca.penasa at email.it
Thu May 3 14:13:44 CEST 2007


Walter Lorenzetti wrote:
> Vermante strano sembra che nella lettura del file map si blocchi al fontset
> il path è corretto?
>   
si è giusto ma mi sembra veramente strano quell'errore sulla 
risoluzione, mah
> un consiglio e di metterlo in maniera assoluta e non relativa come da te
> impostato
>   
si all'inizio l'avevo messo assoluto ma non andava così ho provato con 
un path relativo ma non cambia nulla :-(
>
> ciao
> W
>
> Luca Penasa ha scritto:
>   
>> Walter Lorenzetti wrote:
>>   
>>     
>>> Ciao Luca,
>>>
>>> io uitilizzo normalmente pmapper
>>> ma quello della risoluzione non è un errore che blocca l'applicazione
>>>
>>> potresti fornire qualche altro dettaglio
>>> ad esempio coem vedo dai messaggi di errore forniti
>>>   
>>>     
>>>       
>> Ultime 20 righe di error.log
>>
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msQueryByPoint(): 
>> No matching record(s) found.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  [MapServer Error]: msGetDBFItems(): 
>> File contains no data.\n in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Warning:  Failed to open map file 
>> /poromo0/www/igpozzo/www/html/lichgis/config/licheni/licheni.map in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/globals.php on line 58
>> [client 87.4.107.81] PHP Notice:  Trying to get property of non-object 
>> in /poromo0/www/igpozzo/www/html/lichgis/incphp/init/initmap.php on line 90
>> [client 87.4.107.81] P.MAPPER-ERROR: RESOLUTION tag not set to 96. This 
>> value is needed for proper function of PDF print.
>> [client 87.4.107.81] PHP Fatal error:  Call to a member function 
>> getAllGroupNames() on a non-object in 
>> /poromo0/www/igpozzo/www/html/lichgis/incphp/init/initmap.php on line 96
>>
>>   
>>     
>>> usi pmapper
>>> su che piattaforma?
>>> e cosa ti succede nelle specifico non parte l'applicativo?
>>>   
>>>     
>>>       
>> In pratica se attivo FONTSET poi non carica niente di pmapper... il 
>> brower mostra solo una pagina bianca...
>> credo che il server sia una debian, ma non sono sicuro
>>   
>>     
>>> ciao
>>> W
>>>
>>> Luca Penasa ha scritto:
>>>   
>>>     
>>>       
>> Ciao... grazie per l'interessamento...
>>   
>>     
>>>> this is my problem: if i enable the use of a fontset with the statement 
>>>> into the mapfile:
>>>>     FONTSET '../../../licheni_data/fonts/font_aliases.txt'
>>>> mapserver broke down with the error message:
>>>>     [client 87.4.107.81] P.MAPPER-ERROR: RESOLUTION tag not set to 96. 
>>>> This value is needed for proper function of PDF print.
>>>> But iv this in my MAP section:
>>>>     RESOLUTION 96
>>>>
>>>> why it doesnt work like it should?????
>>>>
>>>> Please someone help me!!
>>>> Thanks
>>>> Luca Penasa
>>>>  
>>>>  
>>>>  --
>>>>  Email.it, the professional e-mail, gratis per te: http://www.email.it/f
>>>>  
>>>>  Sponsor:
>>>>  Prestiti Online. Scopri subito se sei finanziabile. in 24 ore senza spese né anticipi, clicca qui
>>>> * 
>>>>  Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2908&d=3-5
>>>>
>>>> _______________________________________________
>>>> Gfoss mailing list
>>>> Gfoss at faunalia.com
>>>> http://www.faunalia.com/cgi-bin/mailman/listinfo/gfoss
>>>>
>>>>   
>>>>     
>>>>       
>>>>         
>>>   
>>>     
>>>       
>>  
>>  
>>  --
>>  Email.it, the professional e-mail, gratis per te: http://www.email.it/f
>>  
>>  Sponsor:
>>  Devi vendere qualcosa? Pubblica in un colpo le tue inserzioni sui principali siti web e sulle più importanti riviste di annunci!
>> * AdBoom.it: MASSIMA VISIBILITA', MINIMO SFORZO
>>  Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6420&d=3-5
>>
>> _______________________________________________
>> Gfoss mailing list
>> Gfoss at faunalia.com
>> http://www.faunalia.com/cgi-bin/mailman/listinfo/gfoss
>>
>>   
>>     
>
>   

 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Problemi di Liquidità? Con Logos Finanziaria 30.000 € in 24 ore a dipendenti e lavoratori autonomi con rimborsi fino a 120 mesi clicca qui
* 
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2907&d=3-5



More information about the Gfoss mailing list