Red bubble never goes away when making changes, cron?

Discussion in 'Installation/Configuration' started by HenrysCat, Feb 15, 2025.

  1. HenrysCat

    HenrysCat Member

    From what I have found so far this means the cron is not running I think.
    I tried to install php7.4 for an old site I host and now I get the ever lasting red bubble.
    the output of /usr/local/ispconfig/server/server.sh is
    Code:
    15.02.2025-21:27 - WARNING - There is already a lockfile set, but no process running with this pid (56882). Continuing.
    PHP Fatal error:  Uncaught Error: Call to undefined function mysqli_init() in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php:83
    Stack trace:
    #0 /usr/local/ispconfig/server/lib/app.inc.php(76): db->__construct()
    #1 /usr/local/ispconfig/server/lib/app.inc.php(387): app->__construct()
    #2 /usr/local/ispconfig/server/server.php(54): require('...')
    #3 {main}
      thrown in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 83
    PHP Fatal error:  Uncaught Error: Call to undefined function mysqli_init() in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php:83
    Stack trace:
    #0 /usr/local/ispconfig/server/lib/app.inc.php(76): db->__construct()
    #1 /usr/local/ispconfig/server/lib/app.inc.php(387): app->__construct()
    #2 /usr/local/ispconfig/security/check.php(32): require('...')
    #3 {main}
      thrown in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 83
    
    Searching those errors turns little I can understand, any ideas anyone?
    Thanks
     
  2. HenrysCat

    HenrysCat Member

    Got it working my installing php-msqli and changing php veriosn to 8.2 but now get these erros in Cron-log

    Code:
    Sun Feb 16 08:53:48 AM UTC 2025 PHP Deprecated:  Creation of dynamic property cronjob_quota_notify::$_tools is deprecated in /usr/local/ispconfig/server/lib/classes/cron.d/300-quota_notify.inc.php on line 55
    Sun Feb 16 08:53:48 AM UTC 2025 PHP Warning:  Undefined variable $server_id in /usr/local/ispconfig/server/lib/classes/cron.d/500-clean_mailboxes.inc.php on line 150
    Sun Feb 16 08:54:01 AM UTC 2025 16.02.2025-08:54 - DEBUG [plugins.inc:155] - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    Sun Feb 16 08:54:01 AM UTC 2025 16.02.2025-08:54 - DEBUG [server:224] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    Sun Feb 16 08:54:01 AM UTC 2025 finished server.php.
    Sun Feb 16 08:55:01 AM UTC 2025 16.02.2025-08:55 - DEBUG [plugins.inc:155] - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'.
    Sun Feb 16 08:55:01 AM UTC 2025 16.02.2025-08:55 - DEBUG [server:224] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
    Sun Feb 16 08:55:01 AM UTC 2025 finished server.php.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    This are warnings, not errors. You can ignore them.
     
    HenrysCat likes this.

Share This Page