Hi,
Iām currently making small fixes and changes to a remote instance of SuiteCRM 7.2.1. The instance has been running smoothly for a long while, but yesterday I thought I had a tiny problem that would be solved by performing a Quick Repair and Rebuild (QRnR). After it didnāt work, I discovered what mistake I had made, and corrected it without really needing the QRnR.
However, QRnR introduced an issue, and Iām just coming here to see if somebody has any clues or ideas as to where I can start looking to fix it.
The issue is in AOR_Reports. AOR_Reports kind of works, but it doesnāt filter the results, it just shows everything. From the error.log, it looks like this stems from the fact that $_REQUEST doesnāt have any index called āparameter_idā (aor_utils.php) and that $app_list_strings doesnāt have the indexes āaor_operator_listā and āaor_condition_type_listā.
Iām not quite sure where to be looking to fix this issue, so Iām asking here if you have any ideas.
Note: I would prefer to not upgrade this instance yet as some of the fixes we have been doing over time are not upgrade-safe.