Hello I got this massage on my website after I set "Exclude from other components" to NO.
Notice: Undefined property: JObject::$id in D:\Hosting\4570292\html\plugins\content\jlike.php on line 95
here is the web address
www.thesrecorp.com/index.php?option=com_...act=showEO&id=16
line 95 if($row->id){
$link = JRoute::_(ContentHelperRoute::getArticleRoute($row->id,$row->catid,$row->sectionid));
$jURI =& JURI::getInstance();
$link = $jURI->getScheme()."://".$jURI->getHost().$link;
} else {
$jURI =& JURI::getInstance();
$link = $jURI->toString();
}
Thank you.