I'm running CMSMS ver. 1.4 and Quizzard module 0.6.2 on Apache 1.3.41 with PHP Version 4.4.8 and MySQL 4.1.7
When taking a quiz and clicking 'Back' I get this error message:
Code: Select all
Warning: cannot yet handle MBCS in html_entity_decode()! in /my/server/path/modules/Quizzard/Quizzard.module.php on line 764I find that line 764 in Quizzard.module.php says this:
Code: Select all
ENT_COMPAT,'UTF-8');I have changed the max allowed CMSMS version number in Quizzard.module.php - other than that I have done no changes. The error occurs in the default quiz provided with the installation.
Hope somebody has an idea on what causes this.
Thanks in advance

