Closed (outdated)
Project:
Drupal core
Version:
11.0.x-dev
Component:
update.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2024 at 08:11 UTC
Updated:
9 Nov 2024 at 15:06 UTC
Jump to comment: Most recent
Comments
Comment #2
catchThis is due to a bad Twig release #3485956: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block, they've subsequently put out a new version but the patch release included the bad one.
If you were using composer, you could update Twig yourself with composer.
To change the tarballs, we will need to do new patch releases of core. However that release should probably include #3486195: An update to symfony/http-foundation plus a trailing space took down the views UI too which is a different regression from a Symfony security release, so not immediate.
Note that installing core without composer is not really supported these days - contrib modules often need to bring in different PHP dependencies and composer is how this is managed.
#3319030: Drupal Core Roadmap for Package Manager and Update Manager will add a user interface for composer to core - so that modules and themes can be installed and updated without using the command line. Are you able to go into details about why you're not able to use composer?
Comment #3
giordy commentedThanks for the reply.
I can't use composer because my hosting plan doesn't support it. My association doesn't want to upgrade because our site is small.
I'll wait for the next version of drupal.
Thanks and best regards
Comment #4
catchIf you're able to get a local development environment running, you can use composer locally, then push the results to your hosting plan (via git or whatever deployment mechanism they offer).
Comment #5
cilefen commented