I have Extension:MathJax installed & it tests out to be working following the instructions in mediawiki. I still have 1 issue though; Example; If I load up Template:Quantum mechanics which includes the following :
{{Sidebar with collapsible lists |name = Quantum mechanics |bodystyle = width:18.5em; |title = [[Quantum mechanics]] |image = <hr/><div style="padding:0.35em 0 0.3em;"><math>\Delta x, \Delta p \ge \frac{\hbar}{2}</math></div> |caption = <div style="padding-bottom:0.5em;">[[Uncertainty principle]]</div><hr/>
I get the proper output in the navbox. When that template is transcluded onto another page I get this error in the navbox:
Failed to parse (Cannot write to or create math temp directory): \Delta x, \Delta p \ge \frac{\hbar}{2}
I notice that the output from the math is supposed to be an image, but it seems to me that it is 'transcluded' as something else; The page source output for the navbox is below.
<table class="vertical-Navbox nowraplinks" cellspacing="5" style="float: right; clear: right; color: black; background: #f9f9f9; border: 1px solid #aaa; width: 22em; margin: 0 0 1.0em 1.0em; padding: 0.2em; border-spacing: 0.4em 0; text-align: center; line-height: 1.4em; font-size: 88%; width:18.5em;" cellpadding="0"><tr>
<th class="" style="padding: 0.2em 0.4em 0.2em; font-size: 145%; line-height: 1.2em; font-weight: bold;"><strong class="selflink">Quantum mechanics</strong></th>
</tr><tr>
<td class="" style="padding: 0.2em 0 0.4em;"><hr /><div style="padding:0.35em 0 0.3em;"><strong class='error'>Failed to parse (Cannot write to or create math temp directory): \Delta x\, \Delta p \ge \frac{\hbar}{2}</strong>
</div><div style="padding-top: 0.2em; line-height: 1.2em;"><div style="padding-bottom:0.5em;"><a href="/pw/index.php?title=Uncertainty_principle&action=edit&redlink=1" class="new" title="Uncertainty principle (page does not exist)">Uncertainty principle</a></div><hr /></div></td>
Any suggestions to fix this are appreciated. Thanks! frosty