Quote:
Originally Posted by Bhuwan
Until tyler can update the zip file ....
Here is how to fix the problem..
edit XML file DIRECTLY _OR_ edit the hook titled global_start
Search for:
Code:
FROM post AS " . TABLE_PREFIX . "post JOIN " . TABLE_PREFIX . "thread AS t ON(t.threadid=post.threadid) JOIN " . TABLE_PREFIX . "forum as f ON(f.forumid=t.forumid)
Replace it with
Code:
FROM " . TABLE_PREFIX . "post AS post JOIN " . TABLE_PREFIX . "thread AS t ON(t.threadid=post.threadid) JOIN " . TABLE_PREFIX . "forum as f ON(f.forumid=t.forumid)
|
Updated ZIP to reflect those changes.