php4 / mapscript problem
Tim and Marcelle Sutton
tim at activeweb.co.za
Tue Nov 7 13:57:23 PST 2000
Hi all
I managed to get the nightly build to compile under RH7 / PHP4. Thanks for
the help Daniel and Berend ! I am busy trying to get my php3/mapscript
project working under php4/mapscript. I compiled using GD1.8.x. When I load
the map page I get the error below:
________________________________________________
<IMG SRC=../tmp/97363367510562.png>
<br>
<b>Fatal error</b>: Object has an invalid _handle_ property in
<b>/home/suttont/public_html/Mapserver/cnc/cnc.php3</b> on line <b>145</b><br>
________________________________________________
The relevant lines in the .php source is included here:
_______________________________________________
140 // Make and place a legend object on the page
141 $img = $map->drawLegend();
142 $url = $img->saveWebImage(1, 0, 0, 65);
143 printf("<IMG SRC=%s>\n", $url);
144 // Make and place an overview Map
145 $img = $map->drawReferenceMap();
146 $url = $img->saveWebImage(1, 0, 0, 65);
147 printf("<IMG SRC=%s>\n", $url);
148 // Show the scale in words
149 $scale = floor($map->scale);
150 echo ("1:$scale<br>");
151 // Make and place a scale bar on the page
152 $img = $map->drawScaleBar();
153 $url = $img->saveWebImage(1, 0, 0, 65);
154 printf("<IMG SRC=%s>\n", $url);
155 echo ("</td></tr></table>\n");
_______________________________________________
Can anyone give me any hints as to what the problem may be?
Many thanks,
Tim
tim @ linuxuser.co.za
--
Look before you leap.
-- Samuel Butler
More information about the MapServer-users
mailing list