Upgrade to 3.5 - WIRIS plugin trouble

Upgrade to 3.5 - WIRIS plugin trouble

by Wes Matchett -
Number of replies: 2

I am testing the upgrade from Moodle 3.3 to 3.5 on a test server.  Everything has gone well except for the WIRIS math plugin.  I installed the three plugin source files into place (from WIRIS) prior to running the upgrade. I get this message when viewing the WIRIS plugin settings page -> Site Admin/Plugins/Filters/MathType by WIRIS.


but they are installed.  When I search for wiris directories from the moodle install path I find:

$ find . -name *wiris
./filter/wiris
./filter/wiris/integration/lib/com/wiris
./lib/editor/tinymce/tiny_mce_wiris
./lib/editor/tinymce/tiny_mce_wiris/tinymce/generic_wiris
./lib/editor/atto/wiris
./lib/editor/atto/wiris/generic_wiris
$

How do I fix this?  The documentation page link does not cover troubleshooting.
Average of ratings: -
In reply to Wes Matchett

Re: Upgrade to 3.5 - WIRIS plugin trouble

by Raül Cambeiro -

Hello Wes,

Both the plugin for Atto and the one for TinyMCE are misplaced. Just move them to their right location:

$ mv ./lib/editor/tinymce/tiny_mce_wiris ./lib/editor/tinymce/plugins/tiny_mce_wiris

$ mv ./lib/editor/atto/wiris ./lib/editor/atto/plugins/wiris


Afterwards, of course, finish the installation in {MOODLEROOT}/admin/index.php

In reply to Raül Cambeiro

Re: Upgrade to 3.5 - WIRIS plugin trouble

by Wes Matchett -

Ouch!  Of course.  I should have seen that.  Another pair of eyes makes all the difference.


Thank you. Thank you. Thank you.