Actions
Bug #7305
closedwidget "squid antivirus status"
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Dashboard
Target version:
-
Start date:
02/23/2017
Due date:
% Done:
0%
Estimated time:
0.05 h
Plus Target Version:
Release Notes:
Affected Version:
2.3.3
Affected Architecture:
All
Description
the widget is using the old path for clamav db "/var/db/clamav"
you must modify the file /usr/local/www/widgets/widgets/squid_antivirus_status.widget.php
you have to change the line 34 by
define('PATH_CLAMDB', '/usr/local/share/clamav-db/');
Updated by Kill Bill over 7 years ago
/usr/local/share/clamav-db is NOT the path to the ClamAV DB for anything but boxes with the /var ramdisk madness. (And frankly tempted to revert that entire commit moving the DB there considering https://github.com/pfsense/pfsense/pull/2902 and the fact that nanobsd is dead.)
Updated by Kill Bill over 7 years ago
Updated by Jim Pingle about 7 years ago
- Status changed from Feedback to Resolved
Actions