Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
tobik
Translator
Translator
Posts: 149
Joined: Thu Aug 16, 2007 6:18 pm

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Post by tobik »

Yes, according to bugs.php.net this is a bug in PHP 4.3.2. Check info.php if this is your providers PHP version.

If I understand you correct, then this error happens, when a new guestbook entry is made?

As a workaround you can remove all references of html_entity_decode from modules/Guestbook/action.default.php. But then your notifying email will be sent with corrupted special characters, umlauts, etc.
tobik
Translator
Translator
Posts: 149
Joined: Thu Aug 16, 2007 6:18 pm

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Post by tobik »

You could try changing all 'UTF-8' to 'ISO-8859-1' in modules/Guestbook/action.default.php
tobik
Translator
Translator
Posts: 149
Joined: Thu Aug 16, 2007 6:18 pm

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Post by tobik »

Fine! Thanks for reporting back.
mike-r

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Post by mike-r »

Thx from me too, that works.
Post Reply

Return to “CMSMS Core”