Wenn Sie die Problemmeldung “Der HTML-Code ist größer als pcre” erhalten.backtrack_limit 1000000. Sie sollten WriteHTML() mit kleineren String-Längen verwenden.” können Sie folgendes versuchen:
- aktivieren Sie “HTML in Chunks teilen” in den erweiterten Einstellungen
- Erhöhen Sie das backtrack_limit innerhalb Ihrer php ini-Einstellungen.
If this did not help you may be able to increase the value of pcre.backtrack_limit at runtime if your system allows. pcre.backtrack_limit
is configurable from PHP >= 5.2.0Der Standardwert wurde von PHP >= 5 von 100000 auf 1000000 erhöht.3.7
ini_set("pcre.backtrack_limit", "1000000");
Still not working but I have a doubt it’s Siteground’s hosting plan limits… any workaround? thx
Hi! I need to create a catalog with more than 9000 products. We did everything you write here, and nothing, can you help me?