I have integrated a chunk with the following snippet call on the start page:
<div id="pdopage">
[[!+page.nav]]
<div class="rows">
[[!pdoPage?
&ajaxMode=`button`
&tpl=`tplAktuell`
&limit=`3`
&parents=`4`
&includeContent=`1`
&includeTVs=`rubrik,teaserBild`
&processTVs=`1`
&tvPrefix=``
&ajaxTplMore=`@INLINE <a href="javascript:;" class="button btn-default btn-more">Mehr</a>`
]]
</div>
</div>
Unfortunately, this chunk is not rendered but displayed with brackets. The chunk can be called up correctly on another page.
The following error is in the log:
[2024-05-22 12:29:48] (ERROR @ /.../core/src/Revolution/modParser.php : 153) Encountered a parser error: [2] Backtrack limit exhausted
System settings:
ModX 3.0.5
PHP 8.3.6
pcre.backtrack_limit 1000000
pcre.jit On
pcre.recursion_limit 100000