contao / contao-manager

Contao Manager
GNU Lesser General Public License v3.0
83 stars 33 forks source link

Can't upgrade to 4.13.41 -> error with "twig_escape_filter_is_safe()" #805

Closed jochi44 closed 2 months ago

jochi44 commented 2 months ago

When trying to update from 4.13.40 to 4.13.41 the following error is shown at the step "composer install":

// Warming up the cache for the prod environment with debug false 18:59:02 CRITICAL [console] Error thrown while running command "cache:warmup --env=prod --no-ansi". Message: "Call to undefined function Contao\CoreBundle\Twig\Extension\twig_escape_filter_is_safe()" ["exception" => Error { …},"command" => "cache:warmup --env=prod --no-ansi","message" => "Call to undefined function Contao\CoreBundle\Twig\Extension\twig_escape_filter_is_safe()"] In ContaoExtension.php line 193: Attempted to call function "twig_escape_filter_is_safe" from namespace "Con tao\CoreBundle\Twig\Extension".

ausi commented 2 months ago

Is this a duplicate of https://github.com/contao/contao/issues/7121 ?