Zitat von
Spooky
Was arbeitet nicht ordentlich?
Code:
PHP Kommandozeilen-Programm
The PHP Intl extension is not available.
Contao 4 requires the PHP Intl extension for internationalization purposes.
Die Prüfung der CLI schlägt nach wie vor fehl. Vom Strato Support kam dazu auch keine weitere Information.
Ich habe gerade mal probiert ein PHP Script über die CLI auszuführen das Intl nutzt:
Code:
<?php
$test = new NumberFormatter("1,5", 1);
if ($test != null)
echo 1;
else
echo 0;
echo "\n";
echo INTL_MAX_LOCALE_LEN;
echo "\n";
Intl scheint also zu laufen denke ich?:
Code:
$ /usr/bin/php72-cgi test.php
Content-type: text/html; charset=UTF-8
1
156
Hat irgendjemand noch eine Idee? Sieht für mich schon fast nach einem Bug im Manager aus...