servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
508 stars 257 forks source link

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

Open swengalster opened 3 years ago

swengalster commented 3 years ago

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?

jult commented 3 years ago

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.
kuriyantoadi commented 2 years ago

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

swengalster commented 2 years ago

No, unfortunately I haven't found a solution.

I discontinued working on this.

alotofvowels commented 10 months ago

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

hope this helps any wayward google searches in the future

swengalster commented 10 months ago

Thank you for sharing @alotofvowels!