pdf fclose error

See all posts See thread Reply

Re: pdf fclose error new!
by colin, 17 years ago
Can you print out $foo->log just before the line 2061?
print_r($this->log,1) ;
@fclose($f);

Maybe there is a logic problem in the code... I can't see where at the moment.

Also, do you have open_basedir restrictions in place?Reply