catalyst / moodle-auth_outage

Planned, graduated user and admin friendly moodle outages
https://moodle.org/plugins/auth_outage
17 stars 32 forks source link

Outage banner will not disappear #249

Closed C3SEV closed 2 years ago

C3SEV commented 3 years ago

We have really found this plugin very useful and have been using it on various versions of Moodle with success for some time, the last being 3.9.1+. However, we recently upgraded to 3.10.1+ and now the banner will not disappear at all, even if there are no scheduled outages or if the plugin is uninstalled. Wondered if there is something else we need to amend following the uninstallation. Any ideas or pointers would be greatly appreciated.

golenkovm commented 2 years ago

Hi @C3SEV

Sorry for the delay. Make sure there is no ongoing outage in /auth/outage/manage.php. Also feel free to check that outage scheduled task \auth_outage\task\update_static_page is running with no errors and according to its schedule.

Cheers, Mikhail

C3SEV commented 2 years ago

Hi @golenkovm

Thanks Mikhail for getting back to us on this issue. We eventually resolved the issue by editing the additionalhtmltopofbody field in the mdl_config table; basically completely removed the value from this field. Still not sure if this is necessarily the right thing to do but it did the trick for us.

Best wishes