Can't add any content after updating to Drupal 10.3.7, results in HTTP 500 blank page

Manual update.

Steps to reproduce

Update manually from Drupal 10.3.6 to Drupal 10.3.7 by uploading drupal-10.3.7.tar, etc. The website works as usual in front and back-end, no error logs, cron runs positively, caches clean, cannot add (or edit) any type of content - results in HTTP 500 error. Connecting to the database is troubled.

Proposed resolution

  1. To check compatibility with the following specs? -> LiteSpeed , 10.5.27-MariaDB , PHP 8.2.22, PHP memory limit 512M, apcu 32mb.
  2. To prompt Configuration Synchronization in the admin panel after the update?

No user interface was changed

Comments

droodpal created an issue. See original summary.

droodpal’s picture

Issue summary: View changes
droodpal’s picture

Issue summary: View changes
droodpal’s picture

Issue summary: View changes
droodpal’s picture

Title: Can't add any content after update to Drupal 10.3.7 » Can't add any content after updating to Drupal 10.3.7
droodpal’s picture

Issue summary: View changes
droodpal’s picture

Issue summary: View changes
droodpal’s picture

Issue summary: View changes
cilefen’s picture

Status: Active » Postponed (maintainer needs more info)
Issue tags: +Needs steps to reproduce
cilefen’s picture

Component: configuration system » other
droodpal’s picture

@cilefen I'm not sure if it's the same, couldn't trace log in drupal (don't work in composer) :D

cilefen’s picture

Category: Bug report » Support request

What is the output of composer show twig/twig?

cilefen’s picture

dureaghin’s picture

Same problem

cilefen’s picture

What is the output of composer show twig/twig?

alt36’s picture

I was seeing this behaviour on Drupal 10.3.7 with twig 3.14.1 . Given the fix from #3485956: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block doesn't seem to be deployed yet, I was able to manually composer require twig/twig:^3.14.2 to make sure I got past the bug from twig 3.14.1

cilefen’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)