I'm using MW 1.12 atm. When I try to edit (reply, new topic / pm) I get:
Fatal error: Call to a member function getTitle() on a non-object in \includes\EditPage.php on line 92. Which is:
90 function EditPage( $article ) {
91 $this->mArticle =& $article;
92 $this->mTitle = $article->getTitle();
Logged In: NO
works in 1.11 hmh
Logged In: NO
This is supposed to be fixed if you follow the instructions given in the extension's page:
http://www.mediawiki.org/wiki/Extension:MediaWiki_Bulletin_Board#MediaWiki_1.12_Fix