By jgold723 on Wednesday, 06 February 2019
Replies 3
Likes 0
Views 0.9K
Votes 0
I'm trying to upgrade the PHP version on my site from 7.0 to 7.1. Calling the calendar (version 3.4.48) results in an error:

0 - Call to undefined function mb_convert_encoding()

What's happening?

Thanks,

John
Hello John,

You need to enable the mb_string module in php. It's likely your 7,1 has it turned off when switching.

Many thanks
Tony
·
Thursday, 07 February 2019 09:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Tony.

John
·
Thursday, 07 February 2019 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem at all, you are very welcome!
·
Thursday, 07 February 2019 12:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post