Print module (pdf) php error
Posted: Fri Feb 11, 2011 3:14 pm
I'm getting this in my error log, about 50 entries for any page when a visitor clicks on the create pdf button:
PHP Warning: html_entity_decode() [<a href='function.html-entity-decode'>function.html-entity-decode</a>]: charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/foo/modules/Printing/tcpdf/tcpdf.php on line 11410
Any thoughts or suggestions? The end result is (mostly) fine, but I'd like to correct the error if I can.
PHP Warning: html_entity_decode() [<a href='function.html-entity-decode'>function.html-entity-decode</a>]: charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/foo/modules/Printing/tcpdf/tcpdf.php on line 11410
Any thoughts or suggestions? The end result is (mostly) fine, but I'd like to correct the error if I can.