rosscullen → created an issue.
Have similar issue:
Was using layout builder for one of my content types:
admin/structure/types/manage/example/display/default/layout
I was manually adding new fields to include and now it won't let me back in.
Getting error in my log messages:
"Drupal\Core\Entity\EntityMalformedException: The "node" entity cannot have a URI as it does not have an ID in Drupal\Core\Entity\EntityBase->toUrl() (line 161 of /home/example.com/public_html/example.com/core/lib/Drupal/Core/Entity/EntityBase.php).
Using Drupal 11.0.2
I've read that token has issues on Drupal 7 using PHP 8 and higher... can I assume everyone that is on this thread with issues is using Drupal 7 and PHP 8 and upwards?
Having exact same issue. Hadn't updated my Drupal 7 site in 2 years... so yesterday updated to latest core (7.101) and updated all modules. Similarly getting errors with other modules that use Token, giving errors about invalid tokens.
I would say my host provider might have upgraded my PHP version in the meantime (PHP 8.2.20)
Any help greatly appreciated.