🐛 | Gutenberg | Warning: Trying to access array offset on value of type null in gutenberg_form_node_form_alter() (line 578 of gutenberg.module).
I had this same error message, and was able to clear it by :
- Opening the edit page for the content type using Gutenberg
- Clicking save
No changes were made to the configuration settings, but after a config export, I see that the allowed image styles is now saved to the gutenberg.settings.yml.
✨ | Password Policy | Module to provide configurable mail body and subject content for reset and pending password emails.
This patch failed to apply with version 4.0.2. So this is the reroll of the patch 2023_09_21_3240363-40.patch.
the patch file adds the footer variable 'x' to the list of footer variables in the page.preprocess.inc file.
After this update the warning goes away.
sgoodwin → created an issue.
I had this error after updating to 6.0.1.
After running drush cr
the error is gone.