Query failed: SELECT userActions.id, userActions.sentDate, userActions.action, userAccounts.id AS userID, userAccounts.username FROM userActions, userAccounts WHERE userActions.fromUserID = userAccounts.id AND userActions.type = 2 AND userActions.toID = LIMIT 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1' at line 1