Hello Gerald,
I got this error when trying to save post.
Fatal error: Call to undefined function mb_convert_encoding() in /home/rodmenchadmin/public_html
/administrator/components/com_easyblog/includes/blocks/handlers/abstract.php
It looks like your PHP version isn't compiled with mbstring. You need to recompile PHP with mbstring
If you are using a windows version, I believe you just need to uncomment the module mbstring in the extensions section of the php.ini file.
Hope this helps.