Difficult to believe that it's related to p.mapper just for map drawing 
since it just uses standard PHP Mapscript functions.  What PHP Mapscript 
application did you use that did not create that error on the same 
server configuration? Try it with a low level script like the 
/util/test_mapfile.phtml.

If you get that error then as well the problem lies somewhere else. Try 
to run PHP as CGI. The cartoline has a problem in threaded environments 
(like also e.g. some WMS parts). And PHP as Apache module on Windows is 
*always* using threads. I would therefore not recommend PHP as module on 
Windows, and on Linux just for either Apache 1.3 or Apache 2 in the 
prefork version.

armin

Philippe Grégoire wrote:
> Hi all
> 
> I am using pmapper 3 on a Windows system with Apache 2.0.54, php 5.0.5 
> and php-mapscript 4.8. I have a configuration that works perfectly until 
> I put a symbol of signature CARTOLINE. When these symbols are turned on, 
> sometimes I get this error form my Apache server, and pmapper freezes on 
> the loading image.
> 
> msPOSTGISLayerRetrievePK: field length = $i[Fri Feb 16 08:54:24 2007] 
> [notice] Parent: child process exited with status 3221225477 -- Restarting.
> 
> Here is the definition of my symbol:
> 
> SYMBOL  
>   NAME "cartoline_round"
>   TYPE cartoline
>   LINECAP round
>   LINEJOIN miter
>   LINEJOINMAXSIZE 3
> END
> 
> and an example of class using the symbol
> 
> CLASS #Pour moyennes echelles
>   MINSCALE 10000
>   MAXSCALE 20000
>   EXPRESSION ([STATUT] EQ 2)
>   STYLE
>     COLOR 255 160 0
>     SYMBOL "cartoline_round"
>     SIZE 8
>     ANTIALIAS TRUE
>   END    
> END
> 
> I have used this symbol before with mapserver and php-mapscript 4.8 and 
> there was no problem. Only in pmapper do I get errors like this.
> 
> Does anybody know what is the problem?
> 
> Thanks in advance
> 
> Philippe
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> pmapper-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to