A couple of errors I'm getting

I just upgrade to 7.8.19 and I get a couple of errors. This happens when I try to edit a call note from a note that existed pre-upgrade.

This comes from tail suitecrm.log:

Fri May 25 17:48:26 2018 [1851][e044684b-f8f8-4178-bd98-56ec765a532b][ERROR] Unable to load related bean by id
Fri May 25 17:49:01 2018 [1789][e044684b-f8f8-4178-bd98-56ec765a532b][ERROR] Unable to load related bean by id

This come from the apache2/error.log:

[Fri May 25 17:48:54.778645 2018] [:error] [pid 1789] [client ************] PHP Notice:  Undefined index: record_type_display in /var/www/html/modules/Calls/Call.php on line 452, referer: ************/index.php?module=Calls&action=EditView&record=1c9f30db-958d-9a25-ef09-5b0828eb9184&parent_module=Leads&parent_id=e1550d8b-29c7-45f3-ab9b-5aff3e0b0ef8&return_module=Leads&return_id=e1550d8b-29c7-45f3-ab9b-5aff3e0b0ef8&return_action=DetailView&return_relationship=calls
[Fri May 25 17:48:54.778870 2018] [:error] [pid 1789] [client ************] PHP Notice:  Undefined index: record_type_display in /var/www/html/modules/Calls/Call.php on line 452, referer: ************/index.php?module=Calls&action=EditView&record=1c9f30db-958d-9a25-ef09-5b0828eb9184&parent_module=Leads&parent_id=e1550d8b-29c7-45f3-ab9b-5aff3e0b0ef8&return_module=Leads&return_id=e1550d8b-29c7-45f3-ab9b-5aff3e0b0ef8&return_action=DetailView&return_relationship=calls
[Fri May 25 17:49:00.557837 2018] [:error] [pid 1789] [client ************] PHP Notice:  Undefined index: user_id in /var/www/html/modules/Calls/CallFormBase.php on line 386, referer: ************/index.php?module=Calls&action=EditView&record=1c9f30db-958d-9a25-ef09-5b0828eb9184&parent_module=Leads&parent_id=e1550d8b-29c7-45f3-ab9b-5aff3e0b0ef8&return_module=Leads&return_id=e1550d8b-29c7-45f3-ab9b-5aff3e0b0ef8&return_action=DetailView&return_relationship=calls

Any ideas what’s going on here?

PHP Notices are normally safe to ignore. Though I don’t see why you wouldn’t have those indexes defined, that’s pretty basic code.

For example record_type_display should be defined here:
https://github.com/salesagility/SuiteCRM/blob/v7.8.19/include/language/en_us.lang.php#L447

Maybe try a few Repairs from Admin / Repair.

Then ignore these messages unless you see some functionality breaking in the app.