Mobile app version of vmapp.org
Login or Join
Speyer207

: Fix Method 1 Update your MediaWiki to the latest version and this resolves this problem. Fix Method 2 If you prefer to use an outdated version then this will fix this problem. Edit includes/ProxyTools.php,

@Speyer207

Fix Method 1

Update your MediaWiki to the latest version and this resolves this problem.

Fix Method 2

If you prefer to use an outdated version then this will fix this problem. Edit includes/ProxyTools.php, after line 70 wfGetIP(). After static $ip:

{
$ip = "10.10.10.10";
return $ip;
}


Change 10.10.10.10 to the same IP address of your external internet one. IFCONFIG will reveal this for you.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme