JavaScript for WordPress Forums Gutenberg Development Fatal error due to the register_block_type Reply To: Moved: fatal error due to the register_block_type

#39956
Zac Gordon
Keymaster

Ooops! Sorry! I missed that you were talking on the PHP side for a dynamic block!

Okay, that is weird. Can’t remember if I have come across it before..

A couple shots in the dark here (some of them are real stretches, but hopefully something helps):

– When you install the course example plugin (or another plugin with a dynamic block) does it give you the same error?
– Does ‘example/example-testimonial-list’ exist as an actual block?
– Is there possibly an error before that line?
– The Gutenberg plugin is installed, right?
– This function actually exists, right? atomic_testimonial_list_render

Just some thoughts on starting points.. Please let me know what you find!