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
- To check compatibility with the following specs? -> LiteSpeed , 10.5.27-MariaDB , PHP 8.2.22, PHP memory limit 512M, apcu 32mb.
- To prompt Configuration Synchronization in the admin panel after the update?
Comments
Comment #2
droodpal commentedComment #3
droodpal commentedComment #4
droodpal commentedComment #5
droodpal commentedComment #6
droodpal commentedComment #7
droodpal commentedComment #8
droodpal commentedComment #9
cilefen commentedThis is probably #3485956: Recursion limit exceeded with Twig v3.14.1 when editing a node or a block. Can you confirm?
Comment #10
cilefen commentedComment #11
droodpal commented@cilefen I'm not sure if it's the same, couldn't trace log in drupal (don't work in composer) :D
Comment #12
cilefen commentedWhat is the output of
composer show twig/twig?Comment #13
cilefen commentedComment #14
dureaghin commentedSame problem
Comment #15
cilefen commentedWhat is the output of
composer show twig/twig?Comment #16
alt36 commentedI 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.2to make sure I got past the bug from twig 3.14.1Comment #17
cilefen commented