How to Solve "Warning: Illegal string offset..."

Hello There!

When I go to “Reports” and select any report that I create, I got this error(lots of lines):

"Warning: Illegal string offset ‘record_id’ in /home/…/modules/AOR_Reports/AOR_Report.php on line 801

How can I solve this?

You can start by telling us your version of SuiteCRM (always!)

Is this a Report for a specific module? If you build a report for a different module, does it give the same error?

Are these errors showing on screen? If so, turn off display_errors in your php.ini.

Then track your errors in the php_errors.log (if this is the name defined in your php.ini). If there are other messages there, especially ERROR or FATAL, please list them here. There might be an error before all those WARNINGS which is the real cause of the problem.

See https://github.com/salesagility/SuiteCRM/pull/6794