You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a regular Gutenberg button without text, like dragging it from the left panel.
Leave the button there and publish a new page.
Query the page with Faust.js and get the Button attributes.
You'll get an internal server error saying that domdocument::loadHTML(): Argument #1 ($source) must not be empty when the button is empty. If you add some text to the button, the problem will disappear.
This is a problem if you rebuild multiple pages and one of them has an information skeleton without any values. It won't work.
The text was updated successfully, but these errors were encountered:
Not sure if it's preexisting or linked via one of our PRs, but I'm pretty sure I've addressed this upstream (assumed the issue was only in the branch) at rtCamp#31
If you do:
You'll get an
internal server error
saying thatdomdocument::loadHTML(): Argument #1 ($source) must not be empty when the button is empty
. If you add some text to the button, the problem will disappear.This is a problem if you rebuild multiple pages and one of them has an information skeleton without any values. It won't work.
The text was updated successfully, but these errors were encountered: