Tuesday, 21 July 2015
  1 Replies
  1.2K Visits
0
Votes
Undo
This view does not make use of the layout and is displayed partially.

debug error: Fatal error: Class 'mb_JString' not found in /xxx/public_html/components/com_jevents/views/flat/month/tmpl/calendar_body.php on line 41
Tuesday, 21 July 2015 11:34
·
#152664
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.