Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
Fatal error: Call to undefined function mb_substr () in / home / meet / public_html / components / com_community / libraries / fields / date.php on line 182
can you provide me FTP access ? i need to check directly into your site file :)
you can add FTP details by edited your first post and added it into site information box :)
or you can ask your hosting to install the mbstring PHP module.
Warm Regards,
mb_substr() is a multibyte-safe version of substr(), meaning it works with characters as opposed to bytes. This is most noticeable in UTF-8, where many characters are represented by two or more bytes.
According to the installation instructions, mbstring is not a built-in extension. You must enable it by having the appropriate files and configuring PHP correctly. Some information can be found in the link provided, your webhost should be able to help you with the rest.
so, mbstring is extensions from php to make you can run mb_string php command.