ispprotect_bandaemon - undefined index?

Discussion in 'Plugins/Modules/Addons' started by paka, Jun 16, 2020.

  1. paka

    paka Member

    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?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
    paka and Croydon like this.
  3. Croydon

    Croydon ISPConfig Developer ISPConfig Developer

    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.
     
    paka likes this.

Share This Page