Home
Login | Register
Welcome, Guest
Please Login or Register.    Lost Password?

\plugins\content\jlike.php on line 95
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: \plugins\content\jlike.php on line 95
#1116
\plugins\content\jlike.php on line 95 1 Year, 6 Months ago Karma: 0
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.
jliang1112
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1117
Re: \plugins\content\jlike.php on line 95 1 Year, 6 Months ago Karma: 2
Hi,

$row object is not getting properly in estate agent component, we will resolve the issue and update the same.

Thanks and Regards,
Bhavin Shah
bhavin.shah
Moderator
Posts: 393
graph
User Offline Click here to see the profile of this user
Gender: Male bhavin.r.shah Location: Mumbai Birthday: 12/24
The administrator has disabled public write access.
 
#1118
Re: \plugins\content\jlike.php on line 95 1 Year, 6 Months ago Karma: 0
Hi,

Thank you for your help. In the mean time, is there anyway to remove that warning from showing on the webpage?

Thank you,

John
jliang1112
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1121
Re: \plugins\content\jlike.php on line 95 1 Year, 6 Months ago Karma: 2
Hi,

Replace the line number 95

from

if($row->id){

to

if(!empty($row->id)){


Regards,
Bhavin Shah
bhavin.shah
Moderator
Posts: 393
graph
User Offline Click here to see the profile of this user
Gender: Male bhavin.r.shah Location: Mumbai Birthday: 12/24
The administrator has disabled public write access.
 
Go to topPage: 1