[06:27:38] hi all, I'm trying to upgrade mediawiki from 1.30. to 1.40, and I'm getting the error: PHP Fatal error: Uncaught MWException: Unable to determine IP. in /var/www/mediawiki/includes/WebRequest.php:1272 [06:27:54] Google doesn't seem to see this error, save for once but the results aren't that helpful [06:28:01] any clues/tips to debug? [06:28:45] I did a fresh install of mw 1.40 and used the generated LocalSettings.php as a template to update the (rather old) LocalSettings.php, and that fixed other errors, but this one persists [06:28:59] (it was originally a very old 1.20 I've been incrementally updating) [06:31:22] fwiw, the $wgServer value resolves to 127.0.0.1 when I use 'gethostip -d old-wiki.example.com' [06:40:17] hrm, I tried downgrading back to 1.30 and I'm still getting the same error [06:57:27] ok, I thin kthat IP issue was a distraction [06:58:01] If I try to load the site without memcache running, it fails immediately with "refused to connect" at the browser [06:58:10] if I turn off memcache, it tries to load but fails [07:00:39] ah, was trying to use https, which isn't setup yet [07:01:17] 1.35! [07:08:53] ok, upgrade to 1.40, update.php went fine, but now my pages are rendering terribly [07:09:07] when I click on any Special page, I get: MWException: Error: invalid magic word '=' [07:26:00] ok, this is weird... I ran 'php rebuildLocalisationCache.php' and it didn't fix the problem, but noting the comment about now using run.php, I re-ran it [07:26:16] while it was running, I also cleared my browser's cache [07:26:20] one of those things fixed it