This happened right after I installed and authorized:
Fatal error: Call to undefined function mb_convert_encoding() in /public_html/wp-content/plugins/wordbooker/wordbooker_cron.php on line 143
This happened right after I installed and authorized:
Fatal error: Call to undefined function mb_convert_encoding() in /public_html/wp-content/plugins/wordbooker/wordbooker_cron.php on line 143
What version of php are you running, Wordbooker needs 5.0 as a minimum
5.3.2
Thats very odd because it should be there in the 5.x series, unless your hosting company are running a PHP without it compiled in.
Can you create a file on your webserver that contains:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
and then access it and it should have a section entitled mbstring which tells you the status of multi-byte support on your server.
This topic has been closed to new replies.