mysql> select afl_id, afl_timestamp, afl_user_text, afl_action, afl_title, afl_filter from abuse_filter_log where afl_var_dump = ''; +--------+----------------+------------------+------------+-----------+------------+ | afl_id | afl_timestamp | afl_user_text | afl_action | afl_title | afl_filter | +--------+----------------+------------------+------------+-----------+------------+ | 7845 | 20120724110304 | !Silent | edit | Teste | 68 | | 7847 | 20120724110709 | !Silent | edit | Teste2 | 68 | | 7849 | 20120724110728 | !Silent | edit | Teste2 | 68 | | 7851 | 20120724110745 | !Silent | edit | Teste2 | 68 | | 7853 | 20120724130121 | !Silent | edit | Teste | 68 | | 7855 | 20120724130306 | !Silent | edit | Teste | 68 | | 7857 | 20120724144240 | Sandboxer23 | edit | Sandbox | 42 | | 7859 | 20120724164208 | Test123456123456 | edit | Sauce | 100 | | 7860 | 20120724164208 | Test123456123456 | edit | Sauce | 105 | +--------+----------------+------------------+------------+-----------+------------+ 9 rows in set (0.20 sec)
When browsing to https://test.wikipedia.org/wiki/Special:AbuseLog/$afl_id you get something like this:
Exception encountered, of type "BadMethodCallException" [6f0b6271] /wiki/Special:AbuseLog/7845 BadMethodCallException from line 327 of /srv/mediawiki/php-1.26wmf20/extensions/AbuseFilter/special/SpecialAbuseLog.php: Call to a member function dumpAllVars() on a non-object (boolean) Backtrace: #0 /srv/mediawiki/php-1.26wmf20/extensions/AbuseFilter/special/SpecialAbuseLog.php(65): SpecialAbuseLog->showDetails(string) #1 /srv/mediawiki/php-1.26wmf20/includes/specialpage/SpecialPage.php(384): SpecialAbuseLog->execute(string) #2 /srv/mediawiki/php-1.26wmf20/includes/specialpage/SpecialPageFactory.php(553): SpecialPage->run(string) #3 /srv/mediawiki/php-1.26wmf20/includes/MediaWiki.php(249): SpecialPageFactory::executePath(Title, RequestContext) #4 /srv/mediawiki/php-1.26wmf20/includes/MediaWiki.php(683): MediaWiki->performRequest() #5 /srv/mediawiki/php-1.26wmf20/includes/MediaWiki.php(474): MediaWiki->main() #6 /srv/mediawiki/php-1.26wmf20/index.php(41): MediaWiki->run() #7 /srv/mediawiki/w/index.php(3): include(string) #8 {main}