When I click on a topic to read it, the topic doesn't load, instead an error message loads. It says this:
General Error
SQL ERROR [ mysql4 ]
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 'IN (6644, 16026, 23649, 31024, 26961, 43596, 46911, 49453) GROUP BY session_us' at line 2 [1064]
SQL
SELECT session_user_id, MAX(session_time) as online_time, MIN(session_viewonline) AS viewonline FROM phpbb_sessionsimg_subfosession_user_id IN (6644, 16026, 23649, 31024, 26961, 43596, 46911, 49453) GROUP BY session_user_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: viewtopic.php
LINE: 1367
CALL: dbal_mysql->sql_query()
Any ideas on what this means, whether the problem is on my end or their end, or how to fix it?