dkotter / guten-ipsum

Lorem Ipsum Gutenberg Block

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Error (actually kill my site)

turtlepod opened this issue · comments

Got white screen when activating without gutenberg installed/active.

Fatal error: Call to undefined function register_block_type() in wp-content/plugins/guten-ipsum/guten-ipsum.php on line 24

Ah, nice catch. Just pushed a fix for this (691e63e) that will output an error message in the admin, letting you know Gutenberg needs to be installed/activated, and stops the rest of the execution, so no fatals happen.

Awesome! thank you.