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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

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