Last modified: 2010-05-15 15:56:41 UTC
One should replace in portal.php, line 14 and 15 if ( isset ( $HTTP_SERVER_VARS["HTTP_ACCEPT_LANGUAGE"] ) ) $userlang = $HTTP_SERVER_VARS["HTTP_ACCEPT_LANGUAGE"] ; by if ( isset ( $_SERVER["HTTP_ACCEPT_LANGUAGE"] ) ) $userlang = $_SERVER["HTTP_ACCEPT_LANGUAGE"] ; Regards, Frank
There is no portal.php in MediaWiki.... or there shouldn't be. Where the hell did this come from? Removed file entirely.