Hi guys
I was looking to buy the premium version but there appears to be a bug when clicking on some areas :-
Code:SELECT thread.threadid, link.targetid
FROM forum_thread AS thread
LEFT JOIN forum_vault_link AS link ON (thread.firstpostid = link.postid)
WHERE thread.threadid IN ()
AND link.redirect = 1
AND link.targetid IN (1431)
GROUP BY thread.threadid;
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 ')
AND link.redirect = 1
AND link.targetid IN (1431)
GROUP BY thread.t' at line 4