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.
Hi,
We recently updated to Joomla! 3.0 and and JomSocial 3.2.0.5. When we click on View All Events on the sidebar, the page appears to only partially load.The link is below. We've disabled some of our other plugins in an attempt to see if that would fix it but no dice. Below is a link where you can see the problem. When I check it out in Firebug it looks like the head section isn't properly formed and says its missing joms in the js errors.
Fatal error: Call to undefined function mb_substr() in /home/petroche/public_html/dev/components/com_community/helpers/calendar.php on line 129
Please, upgrade JomSocial to latest version -> 3.2.1.1 and check if issue persist.
- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.
- Use the "Thank You" feature on any post that helped you
Thank you for the prompt reply. I did as you requested and the issues seems to persist. We are running php 5. Is there any other area I need to check ?
This error is caused because you are missing the mbstring module within your PHP configuration. While not required by most software, but Jomsocial use it for multibyte character encoding. If the code requires multibyte character encoding, you will receive this error when the mb_substr() function is called.
To resolve this error, you would need to install the mbstring PHP module on your server.