By ameer on Saturday, 15 February 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 894
Votes 0
Warning: json_decode() expects parameter 1 to be string, array given in /home/urbanste/public_html/joomla16/plugins/content/fb_tw_plus1/fb_tw_plus1.php on line 1347

In one of my blogs I noticed the warning sign above. I had a familiar issue with this before. It has something to do with the social plugin I have installed for my non easyblog content. Can you please fix this issue. In the URL section I added the blog affected by the warning sign all my other easyblog blogs work fine.
Hello ameer,

I am really sorry for the delay of this reply as it is a weekend for us here. This is actually not a bug with EasyBlog but the plugin doesn't support EasyBlog . To fix this, I have to edit the plugin file located in /joomla16/plugins/content/fb_tw_plus1/fb_tw_plus1.php and added the codes below:


if( JRequest::getVar( 'option' ) == 'com_easyblog' )
{
return;
}
·
Saturday, 15 February 2014 12:22
·
0 Likes
·
0 Votes
·
0 Comments
·
I see, thank you much!
·
Saturday, 15 February 2014 13:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Saturday, 15 February 2014 13:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post