I've just updated to the latest stable MediaWiki version and updated the Math extension too as the old one would not run without errors due to changes in MediaWiki.
With the new version of the Math extension however, I am not able to use my locally hosted mathoid server anymore, it results in the following exception being thrown when trying to save a page with a math formula:
MediaWiki internal error. Original exception: [3a4d87dd2fc75d713fb09b93] /XiphWiki:Sandbox MWException from line 214 of /var/www/html/extensions/Math/MathRestbaseInterface.php: Math extension can not find Restbase URL. Please specify $wgMathFullRestbaseURL. Backtrace: #0 /var/www/html/extensions/Math/MathRestbaseInterface.php(356): MathRestbaseInterface->getUrl(string) #1 /var/www/html/extensions/Math/MathRestbaseInterface.php(149): MathRestbaseInterface->getCheckRequest() #2 /var/www/html/extensions/Math/Math.hooks.php(384): MathRestbaseInterface::batchEvaluate(array) #3 [internal function]: MathHooks::onParserAfterTidy(Parser, string) #4 /var/www/html/includes/Hooks.php(177): call_user_func_array(string, array) #5 /var/www/html/includes/Hooks.php(205): Hooks::callHook(string, string, array, NULL) #6 /var/www/html/includes/parser/Parser.php(1412): Hooks::run(string, array) #7 /var/www/html/includes/parser/Parser.php(454): Parser->internalParseHalfParsed(string, boolean, boolean) #8 /var/www/html/includes/content/WikitextContent.php(329): Parser->parse(string, Title, ParserOptions, boolean, boolean, integer) #9 /var/www/html/includes/content/AbstractContent.php(516): WikitextContent->fillParserOutput(Title, integer, ParserOptions, boolean, ParserOutput) #10 /var/www/html/includes/poolcounter/PoolWorkArticleView.php(145): AbstractContent->getParserOutput(Title, integer, ParserOptions) #11 /var/www/html/includes/poolcounter/PoolCounterWork.php(123): PoolWorkArticleView->doWork() #12 /var/www/html/includes/page/Article.php(585): PoolCounterWork->execute() #13 /var/www/html/includes/actions/ViewAction.php(68): Article->view() #14 /var/www/html/includes/MediaWiki.php(499): ViewAction->show() #15 /var/www/html/includes/MediaWiki.php(293): MediaWiki->performAction(Article, Title) #16 /var/www/html/includes/MediaWiki.php(851): MediaWiki->performRequest() #17 /var/www/html/includes/MediaWiki.php(523): MediaWiki->main() #18 /var/www/html/index.php(43): MediaWiki->run() #19 {main}