User talk:Jgramacho
From MediaWiki.org
João- Are you still supporting your Document Approval extension? I've figured out how to use it, for the most part, and our programmer has fixed a bug or two, but I'm curious if you've discovered any solution to the page errors when nesting the approval tags within a template -- say, like an infobox that appears on all pages in a certain category. CWinDC 08:10, 21 May 2008 (UTC)
I just installed this and got an error undefined variable in DocumentApprovalBody line 169 Is this the same error you are seeing? What is the fix?
The fix for the error on line 169 is to put the correct variable declaration on line 158 and line 417 (Uppercase D):
$reqUserID = ""; // use correct var
Another fix on 281:
if (2 != count($request)) { // check result of split
break;
}
Check for valid user on 410:
if (0 == $userid) {
$wgOut->addWikiText(wfMsgDA("daUserNotFound"));
return false;
}
Regards Mick
[edit] Permission failures
Hey
I got also a question..
I installed your Plugin on Mediawiki 1.10 (OS = SuSE Linux Enterprise Server 10 Sp2 PHP 5.1.2) When i try to Approve a Document, i press on OK button and DocumentApproval tells me i do not have the permison for this site.. By refreshing the site it tells me everything is ok and the Document was approved. But in the Document the approval still stands on pending..
When my SysOp try to Approve a Doucment he isnt able to navigate to Signpage..
Are there any special settings when using BizzWiki?
Hope you can help me
regards
j. behr

