Clamav plugin causing problems with access to site admin

Clamav plugin causing problems with access to site admin

by Marcus Phelan -
Number of replies: 0

  • Moodle 3.9.3+
  • Adaptable theme 3.0.2

I had an issue before caused by clamav plugin in /moodle/lib/antivirus which denied access to the site admin link. 

Turns out I had a recurrence of the problem today - identified by turning on debugging and adding code the following code in config.php

@error_reporting(E_ALL | E_STRICT); 
@ini_set('display_errors', '1'); 
$CFG->debug = (E_ALL | E_STRICT); 
$CFG->debugdisplay = 1;

After the issue was known I renamed /antivirus to resolve it. This had been kindly done by my host when the issue originally occurred, so I repeated the action.

Does anyone know if deleting this folder would prevent a recurrence? Could this potentially cause any database errors?

========================================

PS: There is nothing I can remove when I visit Antivirus plugins > Manage antivirus plugins.



Average of ratings: -