🇬🇧United Kingdom eastdrive
+1 for patch #36. Very useful, thank you.
🇬🇧United Kingdom eastdrive
We had the same problem but 'solved' it for now by hiding the menu inputs on node forms with a hook.
🇬🇧United Kingdom eastdrive
eastdrive → created an issue.
🐛 | Drupal core | Transaction autocommit during shutdown relies on unreliable object destruction order (xdebug 3.3+ enabled)
🇬🇧United Kingdom eastdrive
I'm seeing this when trying to delete nodes in the admin UI, singly or batched.
Drupal 10.1.6
PHP 8.1.6
MySQL 8.0.32
Running locally with docker compose.
PHP Fatal error: Uncaught Error: Call to a member function inTransaction() on null in /var/www/web/core/modules/mysql/src/Driver/Database/mysql/Connection.php:483
#0 /var/www/web/core/modules/mysql/src/Driver/Database/mysql/Connection.php(415): Drupal\\mysql\\Driver\\Database\\mysql\\Connection->doCommit()
#1 /var/www/web/core/lib/Drupal/Core/Database/Connection.php(1447): Drupal\\mysql\\Driver\\Database\\mysql\\Connection->popCommittableTransactions()
#2 /var/www/web/core/lib/Drupal/Core/Database/Transaction.php(71): Drupal\\Core\\Database\\Connection->popTransaction()
#3 [internal function]: Drupal\\Core\\Database\\Transaction->__destruct()
#4 {main} thrown in /var/www/web/core/modules/mysql/src/Driver/Database/mysql/Connection.php on line 483, referer: https://test-domain.something:888/batch?id=50&op=start
🇬🇧United Kingdom eastdrive
+1 for merge this soon please!