Printing module - error message

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
User avatar
quadracer
Forum Members
Forum Members
Posts: 44
Joined: Wed Apr 26, 2006 9:59 am

Printing module - error message

Post 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?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Printing module - error message

Post by calguy1000 »

That's a PHP bug.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
quadracer
Forum Members
Forum Members
Posts: 44
Joined: Wed Apr 26, 2006 9:59 am

Re: Printing module - error message

Post by quadracer »

Very bad news - but ...

many thanks.
IanB
New Member
New Member
Posts: 6
Joined: Sat May 30, 2009 1:55 am

Re: Printing module - error message

Post 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?
Post Reply

Return to “Modules/Add-Ons”