Island Pages - Database Error
There is a malformed query in Special:Islandpages (no FROM clause). If I actually had any Island forums, viewing this page would throw a database error.
Because Islandpages remains inaccessible for other reasons, this has been fixed for the next build, rather than in the current ZIP.
In
vault/special/special_islandpages.php, find:
Code:
SELECT COUNT(thread.threadid) AS rowcount
Add after:
Code:
FROM " . TABLE_PREFIX . "thread AS thread