Topic on Extension talk:Math

Math extension stopped working

3
Summary by Fokebox

After upgrading to MW 1.35 all works now

Fokebox (talkcontribs)

Hello,

I had following settings and all worked fine:

wfLoadExtension( 'Math' );
// Set MathML as default rendering option
$wgDefaultUserOptions['math'] = 'mathml';
$wgMathFullRestbaseURL = 'https://en.wikipedia.org/api/rest_';
$wgMathMathMLUrl = 'https://mathoid-beta.wmflabs.org/';

But today I have noticed that extension does not work anymore showing mistake: Math extension cannot connect to Restbase

What had happened and how can I fix it?

BBUCommander (talkcontribs)

Experiencing the same issue on MW 1.3.0 after upgrading to PHP 7.4.3. Upgrading MW to 1.3.5 resolved the issue.

Fokebox (talkcontribs)

After upgrading to MW 1.35 all works now