Details
Description
Have completed a fresh new install of Moodle 1.9.5+ (Build:20090812).
Everything has been working without any problems until I tried to enable the Multimedia Plugins.
Upon clicking the Closed Eye under Disable/Enable for Multimedia Plugins on the Manage Filters screen I am taken to a new page with the following error message.
Filter filter%2Fmediaplugin is not currently installed
This same error message appears for any Filter that I try to enable. The only difference is that the name of the Filter is shown after the %2F.
Eg: Glossary Auto Linking ----> Filter mod%2Fglossary is not currently installed
I have not installed any other modules or plugins. This is a stock standard default install.
Any help greatly appreciated.
Thanks..
Bill
Just worked out what appears to be happening but not why or how to fix.
The link when hovering over the closed eye for the multimedia plugins is:
http://www.mydomain.com/admin/filters.php?sesskey=XXXXXXXXXX&action=hide&filterpath=filter/mediaplugin
But when you click on the eye the URL that you are taken to reads:
http://www.mydomain.com/admin/filters.php?sesskey=XXXXXXXXXX&action=hide&filterpath=filter%2Fmediaplugin
You can see that the forward slash in filterpath is showing up in info bar at the bottom of firefox but is not included correctly in the URL.
I do have apache2 redirecting to https for anything under /admin*.
Hope that helps.
Bill