A Mysql error has occurred while running the script:
- The query you are trying to run is invalid
- Mysql Error Output: 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 'AND r.submitted=1 ORDER BY r.reg_date DESC LIMIT 1,10' at line 5
- SQL Query: SELECT r.*, f.username AS from_username, t.username AS to_username
FROM probid_reputation r
LEFT JOIN probid_users f ON r.from_id=f.user_id
LEFT JOIN probid_users t ON r.user_id=t.user_id WHERE
r.user_id = AND r.submitted=1 ORDER BY r.reg_date DESC LIMIT 1,10