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.zipthen extract, rename it toSimpleMathJaxand move it toextensionsdirectory ofmediawiki. 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 wnat 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.