Topic on Extension talk:Math

how to point to a local mathoid?

2
Plyd (talkcontribs)

I receive the error:

« Math extension cannot connect to Restbase. »

because the url called is:

http://localhost:10042/v1/media/math/check/tex (which gives 404)

although this example works fine :

curl -d 'q=E=mc^2' http://localhost:10042/

My LocalSettings.php :

wfLoadExtension( 'Math' );
$wgDefaultUserOptions['math'] = 'mathml';
$wgMathValidModes[] = 'mathml';
$wgMathMathMLUrl = 'http://localhost:10042/';
$wgMathFullRestbaseURL = 'http://localhost:10042/';

What should I set to make it call directly http://localhost:10042/ or make mathoid listen to the correct path?

Thanks!

Libattery (talkcontribs)
Reply to "how to point to a local mathoid?"