[TYPO3] pdf_generator2 on TYPO3 4rc2

lukas.rueegg lists at pixworx.ch
Tue Apr 4 09:24:24 CEST 2006


Jens Ellerbrock wrote:
> that is strange since the function is defined in the fpdf library 
> included with the pfd_generator2 extension....
> You don't need to install the fpdf library extension since fpdf is 
> already included in the extension, maybe it is interfering in some way. 
> Please try removing it.

thanks for the hint. it was not the fpdf extension which interfered but 
another fpdf instance on the server installed in the php include path...

if you could update the include path in 'html2pdf/output.fpdf.class.php' 
to the following:

include(t3lib_extMgm::extPath('pdf_generator2').'html2pdf/fpdf/fpdf.php');
include(t3lib_extMgm::extPath('pdf_generator2').'html2pdf/fpdf/font/makefont/makefont.php');

it won't generate this error.

thanks and regards
lukas.



More information about the TYPO3-english mailing list