After install of php 7.3. ispconfig not working anymore

Discussion in 'Installation/Configuration' started by conny2540, Nov 10, 2019.

  1. conny2540

    conny2540 Member

    I don't know what got wrong. But after I've installed php 7.3. ispconfig is not working anymore. When I try to reconfigure ISPC than I get the following error:

    Code:
    PHP Fatal error:  Uncaught Error: Call to undefined function mysqli_connect() in /tmp/ispconfig3_install/install/update.php:240
    Stack trace:
    #0 {main}
      thrown in /tmp/ispconfig3_install/install/update.php on line 240
    I followed this tutorial for to add php 7.3. Seems that I override the first php 7.0 with the debian one. This was the original/first install I've used.
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    This breaks ISPConfig indeed.
    Read chapter 10 of the Tutorial you wrote you followed. https://www.howtoforge.com/tutorial...bian-default-php-back-to-the-original-version
    This error
    makes me think you have not installed the necessary PHP modules for PHP version 7.3. Read the Tutorial again and also read all the comments.
     
    conny2540 likes this.
  3. conny2540

    conny2540 Member

    Thnxs. this worked. From what I can see some other php versions I've installed are not working correctly as well. Where do I find tutorial for Debian9 and how to configure correctly php 7.1-fpm service and php 7.2-fpm service with ispconfig 3.1 ? Only 7.0 and 7.3. are correct installed.
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    The ISPConfig Perfect Server tutorials.
    Have you installed the needed PHP modules for all PHP versions you have installed?
     

Share This Page