I have installed the GD Library etc and have been trying to create and save a JPEG file. If I create a streaming image i.e. using:
Header("Content-type: image/jpg🙂; etc
All is ok and an image is created dynamically as expected.
However, if I try to save the image to a file, (ie without the "header" line and specifying a filename in ImageJPEG) when I access the page on the server, although the image file is created, I get the following error generated:
"Warning: Unknown list entry type in request shutdown (4263532) in C: \ .... on line 22."
Any ideas how to solve this problem?
Kevin