Last modified: 2006-08-04 21:52:51 UTC
Sorry, I don't know how to fix it myself. Here is the output I get: jc@moe:~/development/mediawiki/svn_trunk> php maintenance/checktrans.php PHP Notice: Undefined variable: wgAllMessagesEn in /home/jc/development/mediawiki/svn_trunk/maintenance/checktrans.php on line 21 PHP Warning: Invalid argument supplied for foreach() in /home/jc/development/mediawiki/svn_trunk/maintenance/checktrans.php on line 21 0 messages of 0 not translated.
Tested some more maintainance scripts. I get similar problems in: maintenance/alltrans.php maintenance/dumpMessages.php maintenance/duplicatetrans.php maintenance/unusedMessages.php maintenance/diffLanguage.php
maintenance/alltrans.php was fixed in r15921 by rotem. still broken: maintenance/dumpMessages.php maintenance/duplicatetrans.php maintenance/unusedMessages.php maintenance/diffLanguage.php
Partial fix in r15944.
A workaround for the problem was added in r15948. All the scripts should work now except for diffLanguage.php, which seems to be applicable only for the old system.