Page 2 of 2

Posted: Fri Jun 11, 2004 11:38 am
by redmonkey
Your PNG support is probably OK, that error is being caused by the fact that the script is trying to send the PNG output headers but headers have already been output due to the error from missing fonts.

It's looking now like that the function itself is supported, so I'm guessing you may have install some fonts for this script or the script is looking in the wrong place for the fonts?

Without seeing the script (I'm not registered at phpclasses) it's not so easy to tell what is going on.

Posted: Fri Jun 11, 2004 11:38 am
by feyd
most likely, yes.

Posted: Sat Jun 12, 2004 3:08 am
by maxmegalon
The script now is indeed producing some output that includes a png file (see earlier posting). If I edit this using vi and get rid of everything preceding the PNG line and save that to e.g. x.png the resulting picture looks fine. So, now I need to get rid of the warnings and everything will probably be all right.

Thx 4 the help!