Tasks are not finished?

Discussion in 'Installation/Configuration' started by cubells, Dec 3, 2023.

  1. cubells

    cubells Member HowtoForge Supporter

    Hi all there:

    In a new installation of ispconfig 3.2 on debian 12.0 tasks are not finished:

    upload_2023-12-3_12-59-19.png

    I have another server and I have no problem. Something I've missed?
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. cubells

    cubells Member HowtoForge Supporter

    Yes, there is a problem with ISPConfig 3.2 and Debian 12.0, It isn't?:

    Sun Dec 3 12:13:01 UTC 2023 #0 /usr/local/ispconfig/server/lib/app.inc.php(76): db->__construct()
    Sun Dec 3 12:13:01 UTC 2023 #1 /usr/local/ispconfig/server/lib/app.inc.php(384): app->__construct()
    Sun Dec 3 12:13:01 UTC 2023 #2 /usr/local/ispconfig/server/server.php(51): require('...')
    Sun Dec 3 12:13:01 UTC 2023 #3 {main}
    Sun Dec 3 12:13:01 UTC 2023 thrown in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php on line 83
    Sun Dec 3 12:13:01 UTC 2023 PHP Fatal error: Uncaught Error: Call to undefined function mysqli_init() in /usr/local/ispconfig/server/lib/classes/db_mysql.inc.php:83
    Sun Dec 3 12:13:01 UTC 2023 Stack trace:
    Sun Dec 3 12:13:01 UTC 2023 #0 /usr/local/ispconfig/server/lib/app.inc.php(76): db->__construct()
    Sun Dec 3 12:13:01 UTC 2023 #1 /usr/local/ispconfig/server/lib/app.inc.php(384): app->__construct()
    Sun Dec 3 12:13:01 UTC 2023 #2 /usr/local/ispconfig/security/check.php(32): require('...')
    Sun Dec 3 12:13:01 UTC 2023 #3 {main}


    Thanks Till.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of the command:

    php --version

    and how did you install the system, with the auto-installer? If yes, which exact command did you use?
     
  5. cubells

    cubells Member HowtoForge Supporter

    Hi Till:

    # php --version
    PHP 8.3.0 (cli) (built: Nov 25 2023 14:38:03) (NTS)
    Copyright (c) The PHP Group
    Zend Engine v4.3.0, Copyright (c) Zend Technologies
    with Zend OPcache v8.3.0, Copyright (c), by Zend Technologies

    I've installed all by following a perfect server guide.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Which exact guide did you use?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

  8. cubells

    cubells Member HowtoForge Supporter

    I've updated alternatives for php and all seems to work now.

    Thanks Till.
     

Share This Page