-
My environment:
PHP Version 4.4.8
Apache/2.0.54
UserAgent:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
CakePHP framework used to create app.
This combination with tcpdf worked flawlessly under PHP5. I notice that 4.5.010_PHP4 uses a function '_putfontwidths' that is not used in 4.2.003_PHP5. It seems this is where we are...
2009-02-05 17:45:02 UTC in TCPDF - PHP class for PDF
-
Replying to my own post with more info
This error is repeated such:
Notice (8): Undefined offset: 35 [APP/vendors/tcpdf/tcpdf.php, line 5273]
Notice (8): Undefined offset: 40 [APP/vendors/tcpdf/tcpdf.php, line 5273]
Notice (8): Undefined offset: 46 [APP/vendors/tcpdf/tcpdf.php, line 5273]
Notice (8): Undefined offset: 65 [APP/vendors/tcpdf/tcpdf.php, line 5273]
Notice (8): Undefined...
2009-02-04 17:43:52 UTC in TCPDF - PHP class for PDF
-
I'd just like to throw in with the rest of you. Thanks, Nicola. Helluva job.
2009-02-04 17:26:51 UTC in TCPDF - PHP class for PDF
-
First let me say how awesome tcpdf is and thanks to its author.
I am using this within a cake app, was working flawlessly under php5, migrated to php4 (client's production env) and it breaks thusly:
Notice (8): Undefined offset: 35 [APP/vendors/tcpdf/tcpdf.php, line 5273]
_putfontwidths - [internal], line ??
xtcpdf::_putfontwidths() - APP/vendors/tcpdf/tcpdf.php, line 5273...
2009-02-04 17:11:05 UTC in TCPDF - PHP class for PDF