UPDATES EasyBlog 6.0.11 Released! Update to the latest version 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 offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Undefined variable error message

Richard Moore · ·
2:18 AM Monday, 22 December 2014
None
Does anyone recognise this error message

Undefined variable: v in /home/mysite/public_html/media/com_easysocial/apps/fields/user/multidropdown/multidropdown.php on line 148


It is displayed in the my profile area of the dashboard .

Click on About and then it shows ( 3 times) at the top on one specific page of the profile. I'm guessing there is something wrong with one of the custom variables but as they all display correctly I'm wondering how I track it down.

The PHP code referenced is

if ($field->searchable) {
$params = array( 'layout' => 'advanced' );
$params['criterias[]'] = $field->unique_key . '|' . $field->element;
$params['operators[]'] = 'contain';
$params['conditions[]'] = $v;

$advsearchLink = FRoute::search($params);
$option->advancedsearchlink = $advsearchLink;
}


Line 5 is error line
The replies under this section are restricted to logged in users or users with an active subscription with us