Last modified: 2013-10-23 18:17:39 UTC
It is fixed in trunk, but a patch is needed for 1.18 Blocked user trying to edit gets an error: Fatal error: Call to undefined method WebRequest::getIP() in /home/u826247802/public_html/wiki/includes/User.php on line 2942
A User.php change that uses a new WebRequest API (getIP) was backported to 1.18. I asked Geoffrey to try copying the new WebRequest API over and a new error occurred. A safer/simpler option I overlooked is to replace the new API call with "wfGetIP()". This is not an issue in trunk (since the new API is there) but should be fixed in the 1.18 branch for the next point release.
Fixed in r105009.