Error opening an account from the account page

Notice: Trying to get property of non-object in D:\xampp\htdocs\SUGARCRM\modules\Accounts\Account.php on line 230
{“content”:"
\n
EDD RELENTE </h2>\n \n\nCreate</a>\n\nCreate\n</a></span>
</div></div>\n

This error pops up whenever I open a record that I have uploaded. Please advise as this error is preventing me to start evaluating this CRM.

Thank you

Hi,

You should ensure that php notices are turned off. You can turn this off in php.ini by setting the ‘display_errors’ directive to 0.

Alternatively you can set ‘error_reporting’ to hide strict, deprecated, notices and warnings.

Thanks,
Jim