Page 1 of 1

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Posted: Thu Feb 07, 2008 7:23 pm
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.

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Posted: Thu Feb 07, 2008 8:13 pm
by tobik
You could try changing all 'UTF-8' to 'ISO-8859-1' in modules/Guestbook/action.default.php

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Posted: Thu Feb 07, 2008 9:43 pm
by tobik
Fine! Thanks for reporting back.

Re: Guestbook 1.1.1.0 Problem (cannot yet handle MBCS)

Posted: Thu Mar 06, 2008 12:22 pm
by mike-r
Thx from me too, that works.