Mobile app version of vmapp.org
Login or Join
Phylliss660

: "wiki is currently unable to handle this request" after installing SimpleMathJax on MediaWiki I need to show mathematical terms in mediawiki-1.26.2 so I tried to install SimpleMathJax on mediawiki.

@Phylliss660

Posted in: #Javascript #Mediawiki #Php

I need to show mathematical terms in mediawiki-1.26.2 so I tried to install SimpleMathJax on mediawiki. I followed the described in extension page:

I downloaded SimpleMathJax-master.zip then extract, rename it to SimpleMathJax and move it to extensions directory of mediawiki.
I added these lines to LocalSettings.php:

# End of automatically generated settings.
# Add more configuration options below.
require_once "$IP/extensions/SimpleMathJax/SimpleMathJax.php";
$wgSimpleMathJaxSize = 120;


But when I want to browse to the Wiki, I get this error:

wiki is currently unable to handle this request.


Also I tried to replace require_once "$IP/extensions/SimpleMathJax/SimpleMathJax.php"; line with wfLoadExtension( 'SimpleMathJax' ); but problem remains.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Phylliss660

1 Comments

Sorted by latest first Latest Oldest Best

 

@Caterina187

See the debugging manual on how to find out what your error is.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme