UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Activity log errors stream.php

Robert · ·
6:04 AM Thursday, 27 March 2014
None
Hi Mark,

I am not sure if this is related to the location field that you fixed for me but I am getting this error in activity log

Notice: Undefined property: stdClass::$loc_id in administrator/components/com_easysocial/includes/stream/stream.php on line 586 Notice: Undefined property: stdClass::$loc_uid in administrator/components/com_easysocial/includes/stream/stream.php on line 587 Notice: Undefined property: stdClass::$loc_type in administrator/components/com_easysocial/includes/stream/stream.php on line 588 Notice: Undefined property: stdClass::$loc_user_id in administrator/components/com_easysocial/includes/stream/stream.php on line 589 Notice: Undefined property: stdClass::$loc_created in administrator/components/com_easysocial/includes/stream/stream.php on line 590 Notice: Undefined property: stdClass::$loc_short_address in administrator/components/com_easysocial/includes/stream/stream.php on line 591 Notice: Undefined property: stdClass::$loc_address in administrator/components/com_easysocial/includes/stream/stream.php on line 592 Notice: Undefined property: stdClass::$loc_latitude in administrator/components/com_easysocial/includes/stream/stream.php on line 593 Notice: Undefined property: stdClass::$loc_longitude in administrator/components/com_easysocial/includes/stream/stream.php on line 594 Notice: Undefined property: stdClass::$loc_params in administrator/components/com_easysocial/includes/stream/stream.php on line 595

These are the line of codes its referring to;
$location->uid = $row->loc_uid;
$location->type = $row->loc_type;
$location->user_id = $row->loc_user_id;
$location->created = $row->loc_created;
$location->short_address = $row->loc_short_address;
$location->address = $row->loc_address;
$location->latitude = $row->loc_latitude;
$location->longitude = $row->loc_longitude;
$location->params = $row->loc_params;
The replies under this section are restricted to logged in users or users with an active subscription with us