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

Qandeel’s picture

Anne,

Can tell us how to reproduce this error, on my side i cannot see this error.

geemark’s picture

Hi.
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) {

gmh04’s picture

I also have this error, #2 fix worked. Will this be fixed in the next release?