🇬🇧United Kingdom @andyrigby

Account created on 21 August 2013, over 11 years ago
#

Recent comments

🇬🇧United Kingdom andyrigby

We've just experienced this issue, but it was reproducible each time on a particular Paragraph "Remove" button.

The node edit form was large; lots of paragraphs, fields, meta tags, schema.org metatags etc.

The issue was the _triggering_element_name was not present in the POST variables, even though it was sent by the browser.

We needed to increase the max_input_vars php setting from 1000 to 1200 (in our case)

This resolved it for us.

🇬🇧United Kingdom andyrigby

Incase anyone has a similar issue, this was causing a WSOD when the devel module was enabled.

Disabling devel allowed me to see the error and find this issue.

Production build 0.71.5 2024