By Wayne Booth on Wednesday, 09 December 2015
Posted in General
Likes 0
Views 874
Votes 0
Hi Guys

i'm trying to add a insert a youtube video to a status update but it's just timing out, it never shows the button.

please advise
Hi Wayne,

It seems like when the embed button is click, the following error will appear:
Fatal error: Call to undefined function mb_detect_encoding() in /administrator/components/com_easysocial/includes/crawler/helpers/simplehtml.php


The reason why you have this error is because your server does not have mbstring installed hence easysocial are not able to process the video link any further. Refer the url here for more info on the error, http://stackoverflow.com/questions/17204437/fatal-error-call-to-undefined-function-mb-detect-encoding . Kindly consult with your webhosting service provider and ask them to enable the mbstring on your php server.
·
Wednesday, 09 December 2015 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Ezrul
·
Wednesday, 09 December 2015 21:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Wayne.
·
Thursday, 10 December 2015 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post