ispconfig_setup icon indicating copy to clipboard operation
ispconfig_setup copied to clipboard

PHP Curl Module, PHP MySQLi Module, PHP Multibyte Module (MB) is missing

Open swengalster opened this issue 3 years ago • 5 comments

Hello,

I just tried to install ISPConfig 3 and got the message that ISOConfig ist installed and configured correctly, but I can't access it using the mentioned URLs.

image

Operating System: Ubuntu 18.04.5 LTS (Bionic Beaver)

PHP Curl Module is missing. PHP MySQLi Module is nmissing. PHP Multibyte Module (MB) is missing. Restarting Apache... Restarting apache2 (via systemctl): apache2.serviceJob for apache2.service failed because the control process exited with error code. See "systemctl status apache2.service" and "journalctl -xe" for details. failed!

image

What could be the reason?

swengalster avatar Aug 28 '21 01:08 swengalster

Did you ever find a solution for this?

~/ispconfig3_install/install# php install.php


--------------------------------------------------------------------------------
 _____ ___________   _____              __ _         ____
|_   _/  ___| ___ \ /  __ \            / _(_)       /__  \
  | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _    _/ /
  | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |  |_ |
 _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | ___\ \
 \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, | \____/
                                              __/ |
                                             |___/
--------------------------------------------------------------------------------


>> Initial configuration

Operating System: Debian 10.0 (Buster) or compatible

PHP Curl Module is missing.
PHP MySQLi Module is nmissing.
PHP Multibyte Module (MB) is missing.
# apt install php7.4-curl php7.4-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
php7.4-curl is already the newest version (7.4.24-1+0~20210923.51+debian10~1.gbp767510).
php7.4-mysql is already the newest version (7.4.24-1+0~20210923.51+debian10~1.gbp767510).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

jult avatar Sep 27 '21 18:09 jult

Did you ever find a solution for this?

~/ispconfig3_install/install# php install.php


--------------------------------------------------------------------------------
 _____ ___________   _____              __ _         ____
|_   _/  ___| ___ \ /  __ \            / _(_)       /__  \
  | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _    _/ /
  | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |  |_ |
 _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | ___\ \
 \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, | \____/
                                              __/ |
                                             |___/
--------------------------------------------------------------------------------


>> Initial configuration

Operating System: Debian 10.0 (Buster) or compatible

PHP Curl Module is missing.
PHP MySQLi Module is nmissing.
PHP Multibyte Module (MB) is missing.
# apt install php7.4-curl php7.4-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
php7.4-curl is already the newest version (7.4.24-1+0~20210923.51+debian10~1.gbp767510).
php7.4-mysql is already the newest version (7.4.24-1+0~20210923.51+debian10~1.gbp767510).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

I also installed mbstring

apt-get install php-mbstring

kuriyantoadi avatar Sep 03 '22 03:09 kuriyantoadi

No, unfortunately I haven't found a solution.

I discontinued working on this.

swengalster avatar Sep 04 '22 09:09 swengalster

Versioning Versioning Versioning

I racked my brain on this one for hours between days of troubleshooting, then realized that the version ISPConfig is looking for is the current version, not whatever version the document states you should install.

In my case, doc asked for (and I followed) for 7.4

  • php is on 8.3 for my instance
  • modified instructions to install modules for php8.3-{module names}
  • ISPConfig responding as expected now

hope this helps any wayward google searches in the future

alotofvowels avatar Dec 03 '23 13:12 alotofvowels

Thank you for sharing @alotofvowels!

swengalster avatar Dec 03 '23 13:12 swengalster