Hey ElfMage, seems like vbWiki Standard isn't compatible with the new MediaWiki version 1.11.0.
I only get the following error on my Wiki main page when trying to run it (with $wgShowExceptionDetails = true):
Quote:
Internal error
Detected bug in an extension! Hook vbWiki_GetLocalURL_Hook failed to return a value; should return true to continue hook processing or false to abort.
Backtrace:
#0 /var/www/html/collaborative/tools/includes/Title.php(838): wfRunHooks('GetLocalURL', Array)
#1 /var/www/html/collaborative/tools/includes/Title.php(739): Title->getLocalURL('', false)
#2 /var/www/html/collaborative/tools/includes/Wiki.php(170): Title->getFullURL()
#3 /var/www/html/collaborative/tools/includes/Wiki.php(45): MediaWiki->initializeSpecialCases(Object(Title), Object(OutputPage), Object(WebRequest))
#4 /var/www/html/collaborative/tools/index.php(89): MediaWiki->initialize(Object(Title), Object(OutputPage), Object(User), Object(WebRequest))
#5 {main}
|
Any new update of vbWiki to fix this anytime soon?
EDIT:
This seems to be your problem (I had to patch 3 or 4 hook functions in your code to make it work again, no biggie, but you'd probably want to do it in the release version anyway):
http://lists.wikimedia.org/pipermail...er/023348.html