mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Corrected file size message in debugger
This commit is contained in:
parent
e3ff14ca3c
commit
3613082378
@ -360,7 +360,7 @@ edit your moodle/filter/algebra/pix.php file to add
|
||||
<br /><?PHP echo "case "" . PHP_OS . "":" ;?><br ?> to the list of operating systems
|
||||
in the switch (PHP_OS) statement. Windows users may have a problem properly
|
||||
unzipping mimetex.exe. Make sure that mimetex.exe is is <b>PRECISELY</b>
|
||||
329728 bytes in size. If not, download fresh copy from
|
||||
433152 bytes in size. If not, download fresh copy from
|
||||
<a href="http://moodle.org/download/mimetex/windows/mimetex.exe">
|
||||
http://moodle.org/download/mimetex/windows/mimetex.exe</a>. Lastly check
|
||||
the execute permissions on your mimetex binary, as outlined in item 2 above.</li>
|
||||
|
@ -222,7 +222,7 @@ edit your moodle/filter/tex/pix.php file to add
|
||||
<br /><?PHP echo "case "" . PHP_OS . "":" ;?><br ?> to the list of operating systems
|
||||
in the switch (PHP_OS) statement. Windows users may have a problem properly
|
||||
unzipping mimetex.exe. Make sure that mimetex.exe is is <b>PRECISELY</b>
|
||||
329728 bytes in size. If not, download a fresh copy from
|
||||
433152 bytes in size. If not, download a fresh copy from
|
||||
<a href="http://moodle.org/download/mimetex/windows/mimetex.exe">
|
||||
http://moodle.org/download/mimetex/windows/mimetex.exe</a>.
|
||||
Another possible problem which may affect
|
||||
|
Loading…
x
Reference in New Issue
Block a user