By Chihuahua1606 on Monday, 23 March 2015
Posted in Technical Issues
Replies 6
Likes 0
Views 0.9K
Votes 0
Hi

I am not sure why I have this error message when I selected a user profile.
I have checked php file, but I don't understand why v even appears in it.
Could you please help me to resolve?

Notice: Undefined variable: v in /home/a00000dr/public_html/media/com_easysocial/apps/fields/user/multidropdown/multidropdown.php on line 148
Hi,

Please go to this file: media/com_easysocial/apps/fields/user/multidropdown/multidropdown.php line 148.
$params['conditions[]'] = $v;

changed to this:
$params['conditions[]'] = $r;

There is a wrongly assign variable. I have fixed this locally and it will be included in the next releases.

Thanks and have a wonderful day ahead.
·
Wednesday, 25 March 2015 19:44
·
0 Likes
·
0 Votes
·
0 Comments
·
screenshot attached.
·
Monday, 23 March 2015 06:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Shimizu,

Can you provide us with backend access and FTP access so that we can further checking this issue. I unable to access the provided credentials: http://screencast.com/t/1mDtuLUkw3aB .

Please advise.
·
Monday, 23 March 2015 10:32
·
0 Likes
·
0 Votes
·
0 Comments
·
I have added site and FTP details, please try again? You should be able to access it.
·
Tuesday, 24 March 2015 06:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I have apply a fix on your site here: .../media/com_easysocial/apps/fields/user/multidropdown/multidropdown.php line: 148 . Please give this a try again and see if this resolves your issue.

Hope this works.
·
Tuesday, 24 March 2015 11:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, yes it was resolved. The error message is no longer appearing.
Could you please let me know what caused the error for future reference and what you changed?

Many thanks
·
Wednesday, 25 March 2015 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post