- Issue created by @ty10086
Solve it by composer require 'drupal/media_library_form_element:^2.1'
ref: https://www.drupal.org/forum/support/post-installation/2023-04-11/how-do... →Step by step:
1.core/lib/Drupal/Core/Entity/Query/Sql/Query.php in 142 add
\Drupal::logger('access_check_debug')->error('Missing access check for entity query: ' . print_r(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS), TRUE));
2.In webform,add text element,fill it,then click save.
3.To /admin/reports/dblog/ check newest error log,open it,find media_library_form_element
4.Upgrade it by composer to newest to support drupal 10.3.8.So do I understand that this is solved and that it's not directly connected to Webform?