This one is the error:
Fatal error: Uncaught mysqli_sql_exception: Expression #1 of SELECT list
is not in GROUP BY clause and contains nonaggregated column
'db_rtmf.local.registered_apps.acc_id' which is not functionally
dependent on columns in GROUP BY clause; this is incompatible with
sql_mode=only_full_group_by in /Users/stevenjoiner/Sites/
rtmf_root_151122/webassist/mysqli/rsobj.php:221 Stack trace: #0 /Users/
stevenjoiner/Sites/rtmf_root_151122/webassist/mysqli/rsobj.php(221):
mysqli->query('SELECT SQL_CALC...') #1 /Users/stevenjoiner/Sites/
rtmf_root_151122/admin/index.php(38): WA_MySQLi_RS->execute() #2
{main} thrown in /Users/stevenjoiner/Sites/rtmf_root_151122/
webassist/mysqli/rsobj.php on line 221
It explains why it would work on one server and not another. There is a database setting preventing the SQL statement you are running. You can probably just update that setting if you have control of the server, or update the SQL statement to be compatible with that setting and it would still work on both.