By Guest on Tuesday, 21 July 2015
Replies 1
Likes 0
Views 1.2K
Votes 0
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
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
·
Tuesday, 21 July 2015 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post