Cron - Log level too low?

Discussion in 'Developers' Forum' started by slagroom, Aug 26, 2023.

  1. slagroom

    slagroom Member

    Just an FYI, on a vanilla debian 12 install of ISPconfig stable, without any website or user on it (aside from admin of course), this fills up ISPConfig Cron - Log, so perhaps make it so it uses log-level warn or error?
    Code:
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_hd_quota.inc.php on line 136
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  explode(): Passing null to parameter #2 ($string) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/cron.d/100-monitor_hd_quota.inc.php on line 164
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  substr_count(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 230
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  substr_count(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 230
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  substr_count(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 230
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 235
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 235
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 235
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 235
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 235
    Sat 26 Aug 15:40:01 CEST 2023 PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 235
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    These are not ISPConfig errors, so we can't set the level. We are working on these warnings and the upcoming updates will most likely bring more fixes. Thanks for reporting.
     

Share This Page