Noticed the following when checking the status of ispprotect_bandaemon: ispprotect_bandaemon[3328]: Notice: Undefined index: file in /opt/ispprotect_bandaemon/v71/includes/database.inc.php on line 577 I've not located any information with regards to correcting the error. Has anyone come across this before and know how to correct this?
That's most likely not an issue, it's just some info for developers. Probably you enabled php notices in the php.ini of your cli php, I recommend to change the php error reporting level to error on a production system.
The line where this occurs is only for debugging slow queries. So you can ignore it or as Till said reduce the log level of php to exclude notices.