Fatal message
PermalinkI hope someone can help. I was editing a page when this message popped up ( see screenshot attached ). I can't edit or seem to go back to earlier version.
Many thanks in anticipation.
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
There may a bug report on github about it for one of the core blocks.
If you go to the dashboard debug settings and enable the full debug to screen, you will get a backtrace with line numbers you can use to identify the offending block code.
The actual error could be a little earlier, where getFileSetByID is called on the missing file set ID.
Then its a matter of testing if the file set is an object and short circuiting whatever follows so it can fail without breaking the page.