We recently upgraded to PHP 7.2 and the FR module is throwing errors now.
Switched back to PHP 5.6 and it works well but not on PHP 7.2
The following is the error we are getting on the FR page: (whmcs.example.com/addonmodules.php?module=fraudrecord)
BadFunctionCallException: mysql_free_result is not supported in /home/xxx/public_html/whmcs.example.com/includes/dbcompatfunctions.php:0
Stack trace:
#0 /home/xxx/public_html/whmcs.example.com/modules/addons/fraudrecord/fraudrecord.php(510): mysql_free_result(Object(PDOStatement))
#1 /home/xxx/public_html/whmcs.example.com/admin/addonmodules.php(0): fraudrecord_output(Array)
#2 {main}
Anyway to fix it?