imagePNG()
am 16.10.2007 20:56:46 von Steve
i'm trying to reuse an image class i made. it works fine and the default
output is to the browser. i'm trying to get the output to go to file now so
that i can pull the created image into a pdf document. the problem is that
giving the various image() functions a file name does NOT make it
write to file as the docs say it should.
i've tried various paths to make sure there aren't any permissions issues.
the class shows all the parameters in debug that it would when i call it in
a production environment. it should be generating output, but it is not.
any ideas what i could check?
as an alternative, i've also tried using fsockopen functions to call it via
a url+queryString but still don't get anything back.
tia,
me
Re: imagePNG()
am 16.10.2007 23:13:36 von Steve
"Steve" wrote in message
news:FP7Ri.20$ej3.14@newsfe05.lga...
> i'm trying to reuse an image class i made. it works fine and the default
> output is to the browser. i'm trying to get the output to go to file now
> so that i can pull the created image into a pdf document. the problem is
> that giving the various image() functions a file name does NOT make
> it write to file as the docs say it should.
>
> i've tried various paths to make sure there aren't any permissions issues.
> the class shows all the parameters in debug that it would when i call it
> in a production environment. it should be generating output, but it is
> not.
>
> any ideas what i could check?
>
> as an alternative, i've also tried using fsockopen functions to call it
> via a url+queryString but still don't get anything back.
>
> tia,
>
> me
well, me, it was a file permissions issue, dumbass. you had right clicked
the right folder in the wrong branch...and a dead branch at that!
what a knob!
you're welcome. yours truly,
me
;^)