We're experiencing the same problem here.
- Drupal 10.3
- Webform 6.2.9
- Metatag 2.1.0 (Submodules activated: Dublin Core + Advanced, Favicons, Mobile & UI, Open Graph, Views)
- Schema.org 3.0.3
Editing Webform submissions works fine as long as there is no "Computed twig" or "Computed token" field in the webform.
Adding a "computed twig" field to the webform makes it impossible to edit the submission, even if the computed twig is something "easy" like
{% set a = 'test' %}
{% if a == 1 %}
asdf
{% else %}
xyz
{% endif %}
so that it would return "xyz".
This "computed twig" returns the following error in our logfile:
AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /var/www//modules/metatag/src/MetatagManager.php on line 289;
Maybe there is a way to suppress the "computing" of this "computed twig" field on editing a submission?
We were having the same error, Patch #10 works.
Thanks very much.
I had the same error in our log files, patch #3 worked for me.
@johnv I just upgraded to 8.x-1.19 and everything looks fine so far, it shows the correct next open day. Thanks very much.
butch.coolidge → created an issue. See original summary → .
Same here on several installations after upgrading to 10.3,