ZiNgA BuRgA
Fag
Posts: 3,357
Joined: Jan 2008
|
RE: Help with Custom WOL Text
Looks like some version of MyBB 1.6.x changed a query and broke it.
Can fix by editing inc/xthreads/xt_mischooks.php
find:
replace with:
PHP Code:
if(!$done && !$write_query && (substr(trim($string), 0, 73) == "SELECT t.fid, t.tid, t.subject, t.visible, p.displaystyle AS threadprefix" || substr(trim($string), 0, 80) == "SELECT t.uid, t.fid, t.tid, t.subject, t.visible, p.displaystyle AS threadprefix")) {
|
Thanks for finding.
My Blog
|
|
08-07-2012 10:41 AM |
|