I just wanted to move the old Announcements / Discussions subforum. It had weird permissions and always felt hidden.
Moving it near the top with a new purpose of talking about the future in general makes more sense.
A trivial new thing happened today while reorganizing the admin scripts for the next version of XMB. The code is generating more-robust stack traces
than ever before. It's exciting in a way to make mistakes like this one:
Code: |
PHP Fatal error: Uncaught Error: Call to undefined method XMB\MySQLiDatabase::fetch_all() in include/sql.inc.php:1800
Stack trace:
#0 include/Forums.php(53): XMB\SQL->getForums()
#1 include/Forums.php(66): XMB\Forums->initForumCache()
#2 include/functions.inc.php(1475): XMB\Forums->forumCache()
#3 include/functions.inc.php(1438): XMB\Core->permittedForums('forum', 'array')
#4 include/functions.inc.php(1660): XMB\Core->getStructuredForums(true)
#5 include/BootupLoader.php(323): XMB\Core->forumJump()
#6 header.php(207): XMB\BootupLoader->makeQuickJump()
#7 index.php(29): require('./header.php')
#8 {main}
thrown in include/sql.inc.php on line 1800 |