|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-05 17:39 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu May 21 16:00:02 2026 UTC |
I am using a quite lengthy script to translate LOGO-like commands into graphics (i.e. name{U20 L20 D20 R20} means up 20 left 20 down 20 right 20 and would draw a box and label it "name") Everything is in PHP... The images display properly but won't print. I downloaded an image and changed it's extension to .txt so I could see the header and at the bottom of the file it had this error message: gd-png error: setjmp returns error condition I cannot reproduce the error with a short script because I don't know what causes it... Do you have any idea what might be causing this error? thanks!