Malformed SQL statement causing errors

Hi. I just installed 8.2.4 and was trying some things out when I ran into an error message when I view a contact. The error on the screen is “Error occurred while retrieving records”. There’s a graphql error in the developer tools, but I checked the suitecrm.log file and found this:

SubpanelCustomQueryPort: Error executing custom query Query Failed: SELECT meetings.`date_end` AS `meetings_date_end`     ORDER BY `meetings_date_end` DESC LIMIT 1: MySQL error 1109: Unknown table 'meetings' in field list

As you can see it’s missing something like “FROM meetings” in the middle there.

Any thoughts on how I can fix or work around this?