[Bug 54288] Exception: Unable to determine IP

2013-10-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54288 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 54288] Exception: Unable to determine IP

2013-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54288 Nemo federicol...@tiscali.it changed: What|Removed |Added CC||federicol...@tiscali.it

[Bug 54288] Exception: Unable to determine IP

2013-09-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54288 --- Comment #3 from Andre Klapper aklap...@wikimedia.org --- (In reply to comment #2) I guess we need to stuff some more debugging in it Reedy: Would you have time for that? If not, who else could do that? :-/ -- You are receiving this mail

[Bug 54288] Exception: Unable to determine IP

2013-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54288 --- Comment #1 from Matt Walker mwal...@wikimedia.org --- efRaiseAccountCreationThrottle is in wmf-config/throttle.php; but the line that's failing was last touched in late 2012 so this is a regression of some sort. -- You are receiving this

[Bug 54288] Exception: Unable to determine IP

2013-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54288 --- Comment #2 from Sam Reed (reedy) s...@reedyboy.net --- # Allow extensions to improve our guess wfRunHooks( 'GetIP', array( $ip ) ); if ( !$ip ) { throw new MWException( Unable to determine IP );