Printing module - error message
Posted: Tue Nov 13, 2007 2:01 pm
Hi all,
I've tried to use printing module from the newest CMSms version. But it does not workÂ
.
I got an error message if I click on link "Create PDF":
Module was called with {cms_module module='printing' pdf='true'}
I'm using PHP 4.4.0 - any idea?
I've tried to use printing module from the newest CMSms version. But it does not workÂ

I got an error message if I click on link "Create PDF":
Line 103 saysWarning: cannot yet handle MBCS in html_entity_decode()! in /srv/www/vhosts/xxxxx.net/subdomains/test/httpdocs/modules/Printing/createpdf.php on line 103
Code: Select all
$html=html_entity_decode($html,ENT_NOQUOTES,"UTF-8");
I'm using PHP 4.4.0 - any idea?