hi folks,
I got the same problem.
I looked at the statpress.php file and discovered that unless you’re living in a country with multibyte characters (eg Japan, China etc…) then you can safely use the old ‘normal’ version of this function. Here’s what you have to do:
please open the file named statpress.php with your favorite TEXT file editor (notepad will be fine). then replace all occurences of the word ‘mb_substr’ with ‘substr’. Save the changes and upload the newly modified statpress.php file on your webserver. Et voila !
Cheers!
hironico.