https://bugzilla.wikimedia.org/show_bug.cgi?id=54288

--- Comment #2 from Sam Reed (reedy) <[email protected]> ---
        # Allow extensions to improve our guess
        wfRunHooks( 'GetIP', array( &$ip ) );

        if ( !$ip ) {
            throw new MWException( "Unable to determine IP" );
        }


v> var_dump( $wgHooks['GetIP'] );
PHP Notice:  Undefined index: GetIP in
/a/common/php-1.22wmf16/maintenance/eval.php(72) : eval()'d code on line 1

Notice: Undefined index: GetIP in
/a/common/php-1.22wmf16/maintenance/eval.php(72) : eval()'d code on line 1
NULL


There doesn't seem to be any subscribers to that hook. Not sure
efRaiseAccountCreationThrottle is related either, it only calls wfGetIP();

reedy@fluorine:/a/mw-log$ grep "determine IP" -c exception.log
27401
reedy@fluorine:/a/mw-log$ grep -c "\[" exception.log
55579

So it accounts for a huge amount of the lines. I guess we need to stuff some
more debugging in it

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to