Page 1 of 1

Printing module - error message

Posted: Tue Nov 13, 2007 2:01 pm
by quadracer
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":
Warning: cannot yet handle MBCS in html_entity_decode()! in /srv/www/vhosts/xxxxx.net/subdomains/test/httpdocs/modules/Printing/createpdf.php on line 103
Line 103 says

Code: Select all

$html=html_entity_decode($html,ENT_NOQUOTES,"UTF-8");
Module was called with {cms_module module='printing' pdf='true'}

I'm using PHP 4.4.0 - any idea?

Re: Printing module - error message

Posted: Tue Nov 13, 2007 3:43 pm
by calguy1000
That's a PHP bug.

Re: Printing module - error message

Posted: Tue Nov 13, 2007 6:34 pm
by quadracer
Very bad news - but ...

many thanks.

Re: Printing module - error message

Posted: Fri Jul 10, 2009 4:49 am
by IanB
Gidday there,
I know this is an old post but have you solved this problem? I am experiencing same.
Thanks
quadracer wrote: 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":
Warning: cannot yet handle MBCS in html_entity_decode()! in /srv/www/vhosts/xxxxx.net/subdomains/test/httpdocs/modules/Printing/createpdf.php on line 103
Line 103 says

Code: Select all

$html=html_entity_decode($html,ENT_NOQUOTES,"UTF-8");
Module was called with {cms_module module='printing' pdf='true'}

I'm using PHP 4.4.0 - any idea?