Forum Threads by sweetblue
lala
MySQL Error:
Unknown column 'p1.uid' in 'on clause'
Query:SELECT t.*, c.name AS forum, p1.uid, u1.name AS uname, p2.stamp, p2.uid AS uid2, u2.name AS uname2 FROM forum_threads AS t JOIN forum_cats AS c ON t.cid = c.id JOIN users AS u1 ON p1.uid = u1.id JOIN users AS u2 ON p2.uid = u2.id JOIN forum_posts AS p1 ON t.first_pid = p1.id JOIN forum_posts AS p2 ON t.last_pid = p2.id WHERE p1.uid = 546065 AND c.allow_read <= 0 ORDER BY t.last_pid DESC LIMIT 0, 30
- If you think an error has occured, please make a bug report in the forum
- Return to the homepage
- Various secions of the site require you to be registed.