Confused about php error message

[Mon Mar 14 17:34:52 2016] [error] [client 127.0.0.1] PHP Notice: Trying to get property of non-object in C:\Program Files (x86)\sugarcrm-6.5.20\apps\sugarcrm\htdocs\modules\Favorites\Favorites.php on line 90, referer: http://127.0.0.1/sugarcrm/index.php?action=ajaxui

this is from php error.ini, today my saving takes longer, what does this error indicate?

it says error on line 89, 90, 93

help plz

This is simply a notice. We recommend that you suppress notices/warnings within your php.ini. These notices/warnings will not affect how the CRM runs/works but are notifying you of small code syntax issues.

Kind Regards,

Will.

1 Like