[TYPO3-english] SOLVED: pdf_generator2 returns error
Brian Bendtsen
bb at bellevuevej.dk
Fri Jun 12 08:26:00 CEST 2009
Brian Bendtsen skrev:
> Hi
>
> I get this error message, anyone knows what it means?
>
> Fatal error: Call to a member function is_fake() on a non-object in
> /var/www/vhosts/mydomain.dk/httpdocs/typo3conf/ext/pdf_generator2/html2ps/box.table.php
> on line 265
>
> /BB
I turns out I had something like this in my html:
<table>
</table>
and the pdf generator was not too happy about that.
put in <tr><td></td></tr> and it worked
/BB
More information about the TYPO3-english
mailing list