I have just upgraded php from 4.0.6 to 4.2.3. Everything works OK apart from
the line below -

echo '<td colspan="2" rowspan="2" align="center"><img alt="No Image to
display." src="thumbnail.php?image=00042.jpg" valign="top"/></td>';

The thumbnail.php script uses php functions imagecreate,
imagecreatefromjpeg, imagecopyresized. The script created a thumbnail OK
before the upgrade and now I get no image. Is this because php has to be
configured with the GD Library? If so, can I add this in without having to
reinstall php? I am running on a Red Hat 7.2 box.


****************************************************
This e-mail is intended for the recipient only and
may contain confidential information. If you are
not the intended recipient then you should reply
to the sender and take no further ation based
upon the content of the message.
Internet e-mails are not necessarily secure and
CCM Limited does not accept any responsibility
for changes made to this message. 
Although checks have been made to ensure this
message and any attchments are free from viruses
the recipient should ensure that this is the case.
****************************************************

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to