Active
Project:
ProfilePlus
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2012 at 16:24 UTC
Updated:
14 Mar 2013 at 17:27 UTC
Hello, could you please help me resolve this:
Notice: Trying to get property of non-object in profileplus_search_execute() (line 134 of /home/insig316/public_html/sites/all/modules/profileplus/profileplus.module).
Thanks,
Anne
Comments
Comment #1
qandeel commentedAnne,
Can tell us how to reproduce this error, on my side i cannot see this error.
Comment #2
geemark commentedHi.
Got same notice.
Reason is no picture assigned to user account.
Change line 134 of profileplus.module to:
if ( is_array($account->picture) && $account->picture->uri) {Comment #3
gmh04 commentedI also have this error, #2 fix worked. Will this be fixed in the next release?