It seems you have quite an outdated PHP version.
mb_substr() needs (PHP 4 >= 4.0.6, PHP 5), what’s your version?
MultiByte-Support needs to be enabled, there should be an extensions called “php_mbstring” – it is needed to be activated in your php-configuration.
I can’t do it, I can’t edit the php-configuration, it’s my provider who can !
This means I won’t be able to use the plugin anymore?
I fear so. MultiByte-support is a PHP feature that any provider should support by now, it has been in there for years. Sadly it’s no default-on option, as more and more software is using it (next major vBulletin for example will also require it iirc).
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.