Liste der Anhänge anzeigen (Anzahl: 1)
netcup: Contao Manager Fehlermeldung "The PHP Intl extension is not available."
Hallo zusammen,
ich möchte zu Netcup (Webhosting 2000) eine alte Contao-Installation (Contao 4.9) umziehen.
Der Contao Manager (Contao Manager 1.8.11) sagt bei der Systemprüfung:
Zitat:
The PHP Intl extension is not available.
Contao 4 requires the PHP Intl extension for internationalization purposes.
Laut phpinfo() scheint intl jedoch installiert/aktiviert zu sein.
Anhang 27901
Was muss ich nun tun?
Vielen Dank im Voraus für eure Hilfe
Liste der Anhänge anzeigen (Anzahl: 1)
Vielen Dank fürs weiterhelfen.
Hier die Screenprints:
Contao Manager:
Anhang 27902
php -m von SSH, wenn man sich eingeloggt hat:
Code:
bash-5.1$ php -v
PHP 8.4.6 (cli) (built: May 6 2025 13:05:56) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.4.6, Copyright (c) Zend Technologies
with the ionCube PHP Loader v14.4.0, Copyright (c) 2002-2025, by ionCube Ltd .
with Zend OPcache v8.4.1, Copyright (c), by Zend Technologies
bash-5.1$ php -m
[PHP Modules]
[...]
imap
intl
ionCube Loader
[...]
php -m, wenn man sich zu php74 durchhangelt:
Code:
bash-5.1$ cd usr/
bash-5.1$ cd local/php74/bin/
bash-5.1$ php -m
[PHP Modules]
[...]
imap
intl
ionCube Loader
json
[...]
Es ist eigentlich immer intl vorhanden