Installed it on 3.5.4 too and getting an error message when i turn it on
ELECT t.lastposter AS username, u.userid, t.threadid
FROM thread AS t JOIN user AS u ON (u.username=t.lastposter)
WHERE t.threadid IN (5)
AND t.visible = 1;
MySQL Error : syntax error near 'ON (u.username=t.lastposter)
WHERE t.threadid IN (5)
AND t.visible = 1
' at line 3
This is sended to me via email noting that vbulletin has an database error when activating this rewrite plugin...
Any Help? =)
My whole forum is fu** up, i changed the 3 files mentioned in the install instructions and made everything like it is noted there.
|