<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.0.2">
</HEAD>
<BODY>
Hi List,
<BR>
I just tried to upgrade to 3.6.3 and received the following error when I tried to access my application:
<BR>

<BR>
Warning: MapServer Error in msSaveImage(): (1034121816212081.png) in /var/www/html/blis/blis.phpm on line 217
<BR>

<BR>
Fatal error: Failed writing image to 1034121816212081.png in /var/www/html/blis/blis.phpm on line 217
<BR>

<BR>
The relevant code from my php mapscript is
<BR>
$image=$map-&gt;draw();
<BR>
$image_url=$image-&gt;saveWebImage($config[image_type],1,1,$config[image_quality]);
<BR>

<BR>
The mapserver configuration options that I used to compile this version were exactly the same as the ones that I used to compile 3.6.2 which works without any problem.&nbsp; Here are the options that I used:
<BR>
./configure --with-proj --with-wmsclient --with-libwww --with-gdal --enable-runpath --with-php=../php-4.1.2 --without-tif --with-gd --with-postgis --with-freetype=/usr/include --enable-force-freetype1
<BR>

<BR>
I am running mapserver on RedHat 7.3&nbsp; and using php 4.1.2.
<BR>
Anyone got any hints on what the problem could be?
<BR>
I think it is something to do with the php_mapscript.so because I reverted back to the php_mapscript.so compiled with 3.6.2 and the mapserv 3.6.3 cgi and it doesn't produce the error.
<BR>

<BR>
Regards
<BR>
Steve
</BODY>
</HTML>