Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swengalster opened this issue Aug 28, 2021 · 5 comments

Comments

@swengalster
Copy link

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
Copy link

jult commented Sep 27, 2021

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
Copy link

kuriyantoadi commented Sep 3, 2022

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
Copy link
Author

No, unfortunately I haven't found a solution.

I discontinued working on this.

@alotofvowels
Copy link

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

@swengalster
Copy link
Author

Thank you for sharing @alotofvowels!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants