Quote:
Originally Posted by mangmel
Database Error
]]> Database error in vBulletin 4.2.5
Invalid SQL: SELECT * FROM sc_thumbs_post WHERE postid IN () ORDER BY username ASC;
MySQL Error : 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 ') ORDER BY username ASC' at line 1
Error Number : 1064
Request Date : Monday, November 11th 2019 @ 05:54:20 AM
Error Date : Monday, November 11th 2019 @ 05:54:20 AM
MySQL Version :
]]>
|
solved line 109:
$thumbs = $vbulletin->db->query_read("SELECT * FROM " .TABLE_PREFIX. "sc_thumbs_". $contenttype ." WHERE $data_id IN (" . implode(',', $ids) . ") ORDER BY username ASC");