44
If you see a white screen, try to insert in the class/Utility.php file in
getAlphaArray () function after a
$ alpha = array (); code:
function unichr($a) {
return mb_convert_encoding(pack("N",$a), mb_internal_encoding(), 'UCS-4BE');
}
and replace the below
uchr ->
unichr