Shopware 6 - Nach der Installation - Compilation failed: regular expression is too large

Hi!

Bin gerade bei der Installation von Shopware 6 EA bei Hostpoint (CH Hoster)
Die Installation läuft sauber, danach ist aber Schluss. Ich bekomme einen Fehler in einem Regulären Ausdruck präsentiert: (Backend und Frontend):

{"errors":[{"code":"0","status":"500","title":"Internal Server Error","detail":"preg_match() [\u003Ca href=\u0027https:\/\/secure.php.net\/manual\/en\/function.preg-match.php\u0027\u003Efunction.preg-match.php\u003C\/a\u003E]: Compilation failed: regular expression is too large at offset 61332"}]}

Zur Installation:

  • Version Install_6.0.0_ea1.1_1566459663
  • Installer ZIP auf den Server kopiert und dort entpackt
  • PHP 7.2.22
  • PHP Config gemäss Tutorial
  • MariaDB 10.3

Beste Grüsse,
Christian

 

Wenn ich mir das ganze so durchlese liegt es unter anderem an der PHP Konfiguration =>

https://stackoverflow.com/questions/31172837/regular-expression-is-too-large-error-in-php/31173022#31173022

Daher würde ich hier einmal den Hoster fragen.

1 „Gefällt mir“

Danke @Shopwareianer‍ - Warte noch auf eine Antwort vom meinem Hoster.

Habe versuchsweise mal die Optionen pcre.backtrack_limit und pcre.recursion_limit erhöht, das hat das Problem aber nur verändert:

Compilation failed: lookbehind assertion is not fixed length at offset 9 ..

Das Problem haben auch andre mit ähnlichem Setup, es gibt schon ein Github Issue im Symfony Projekt: https://github.com/symfony/symfony/issues/33730