https://bugzilla.wikimedia.org/show_bug.cgi?id=47203

--- Comment #10 from Sam Reed (reedy) <[email protected]> ---
if ( $wmgUseMath ) {
    require_once( "$IP/extensions/Math/Math.php" );
    $wgTexvc = "/usr/local/apache/uncommon/$wmfVersionNumber/bin/texvc";
    if ( $wgDBname === 'hewiki' ) {
        $wgDefaultUserOptions['math'] = 0;
    }
    $wgMathFileBackend = $wmgMathFileBackend;
    $wgMathDirectory   = '/mnt/upload7/math'; // just for sanity
    $wgMathPath        = $wmgMathPath;
    $wgUseMathJax      = true;
}

Of course, the simple fix is to remove the version variant from that path to
executable (at least, for wmf wikis) as an intermediate step

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to