🇩🇪Germany @butch.coolidge

Reutlingen
Account created on 4 November 2019, over 5 years ago
#

Recent comments

🇩🇪Germany butch.coolidge Reutlingen

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?

🇩🇪Germany butch.coolidge Reutlingen

@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.

🇩🇪Germany butch.coolidge Reutlingen

Same here on several installations after upgrading to 10.3,

Production build 0.71.5 2024