I copied and pasted some of my own code from an include file to a function I wrote, and when I try to run it, it gets through everything and then spits out gd-png error: setjmp returns error condition
Unfortunately I haven't been able to find a site that describes the gd errors. (pun intended)

I don't get any other errors at all. Any ideas? (and I'm running numerous other GD2 scripts that work perfectly, so it isn't a hardware/software issue)

    Without knowing exactly what you're doing it's very hard to make any sort of determination; from that itcould be a fault in PHP's GD API or in GD-Lib itself (the text of the error message is being generated by GD-Lib).

      Write a Reply...