- 🇧🇷Brazil veugenio
I'm facing the same issue but when using the simplesamlphp library.
- 🇨🇦Canada aarantes
I'm facing the same issue...
It started with Drupal 10 (maybe 10.1?). I'm now on Drupal 10.3.1 and the problem is still there...
For me it is three different fields:
- field user_picture on entity type user
- field field_media_image on entity type media
- field body on entity type block_contentThe strange thing is that these seem to be fields that exist (almost) by default. "body" and "user_picture" don't even have the traditional "field_" prefix...
Moreover, something about this error causes the cache to get corrupted and I have to run "drush cr" (twice) to bring my site back online. The first "drush cr" gives me the same error of field exception. The second goes without problem and solves the issue.
On top of that, my php-errors.log is littered with this error (some days it doesn't show, others it appears 300 or 400 times).
I can go for days without having this issue and than it happens every day for a week, some days happening 2 or 3 times a day. And then, stop happening again for weeks, maybe months...
I tried, following other articles to simply edit and save these fields without any changes (those articles were saying that this would solve any issues with missing/failed updates to the storage that might have been required by past upgrades.)
I can't say if the re-saving of these fields have an impact (if after saving, the problem disappears for a while before reemerging...). What I can say is that it doesn't seem to change anything on the settings themselves (Configuration >> Development >> Synchronization shows no changes after these being re-saved).