Hello,
Im suspect you are using JEvents 3.4? as you haven't supplied your support info.
Please change:
<?php echo extension_loaded('mbstring') ? mb_string::substr($cleaned_day, 0, 3) : JString::substr($cleaned_day, 0, 3);?>
to
<?php echo JString::substr($cleaned_day, 0, 3);?>
in:
/xxx/public_html/components/com_jevents/views/flat/month/tmpl/calendar_body.php on line 41
Thanks
Tony