<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I will try to make this brief. Some years ago I created a number of
    web-based applications which use mapserver to render various maps.&nbsp;
    At the time I was running mapserver 5.0.3 and my data is stored in a
    PostgreSQL database.&nbsp; The server is running on ubuntu 9.04 and
    mapserver was installed from the package manager (I did not build it
    custom).<br>
    <br>
    Fast-forward to a few days ago.&nbsp; I've installed mapserver 5.6.6
    (from repos) onto an ubuntu 10.10 server. I copied the map files and
    data to the new server and when I attempt to render the map I find a
    number of peculiar behaviors.<br>
    <ol>
      <li>When I request multiple layers to be rendered mapserver
        generates an image file that is completely white, however I can
        successfully render one layer at a time.</li>
      <li>The rendered map appears to ignore all parameters in the URL
        relating the SRS, BBOX, HEIGHT, and WIDTH</li>
    </ol>
    Some details: I am rendering the map through my browser as follows:<br>
    <br>
    <a class="moz-txt-link-freetext"
href="http://10.10.10.86/cgi-bin/mapserv?mode=map&amp;map=mapdata/ccc.map&amp;LAYERS=county,water&amp;TRANSPARENT=true&amp;SERVICE=WMS&amp;VERSION=1.1.0&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fpng&amp;SRS=EPSG%3A4326&amp;BBOX=-122.41859552788569,37.48140447211431,-121.56140447211433,38.33859552788568&amp;WIDTH=450&amp;HEIGHT=450">http://10.10.10.86/cgi-bin/mapserv?mode=map&amp;map=mapdata/ccc.map&amp;LAYERS=county,water&amp;TRANSPARENT=true&amp;SERVICE=WMS&amp;VERSION=1.1.0&amp;REQUEST=GetMap&amp;STYLES=&amp;EXCEPTIONS=application%2Fvnd.ogc.se_inimage&amp;FORMAT=image%2Fpng&amp;SRS=EPSG%3A4326&amp;BBOX=-122.41859552788569,37.48140447211431,-121.56140447211433,38.33859552788568&amp;WIDTH=450&amp;HEIGHT=450</a><br>
    <br>
    Where 10.10.10.86 is my server (I will attach the map file for
    review).&nbsp; When I make this exact call to my server running mapserver
    5.0.3 it renders it as I expect (see attached).&nbsp; When I make the
    same call to my server running 5.6.6 I end up with a blank image.&nbsp;
    If I restrict the LAYERS parameter to just 'county' or 'water' the
    layer renders. Also, the size of the resulting image is not 450x450
    as defined.<br>
    <br>
    You will notice by the map file that I am referencing shapefiles now
    instead of my postgresql database.&nbsp; Please note that I get the same
    behavior with both shapefiles and the database.&nbsp; I will happily
    provide the shape files if necessary.<br>
    <br>
    I have been banging my head against the wall on this for three days
    and I can't seem to catch a break.&nbsp; I would appreciate any
    suggestions.&nbsp; I'm also more than willing to provide additional
    information.<br>
    <br>
    Cheers!<br>
    Mark K. Zanfardino<br>
    (zanberdo)<br>
    <br>
  </body>
</html>