Quote:
Originally Posted by Phalynx
Did you run a recount after installation?
It would be great to know that SQL Error, otherwise I'm not able to fix it. Can someone please post it here?
|
Hello Phalynx,
i have same problem with SQL errors, its disabled now and all the errors gone, errors like:
Invalid SQL:
SELECT
COUNT(*) AS count_posts
FROM post AS p
INNER JOIN thread as t ON p.threadid=t.threadid
WHERE p.visible=1
AND p.userid=538;
Invalid SQL:
SELECT
P.userid, COUNT(userid) AS times
FROM thread AS T
INNER JOIN post AS P ON T.lastpostid=P.postid
WHERE P.userid=4
GROUP BY P.userid
ORDER BY P.dateline DESC, P.userid;