bobbingwide / fizzie

Fizzie theme - a Full Site Editing theme using Gutenberg blocks
9 stars 1 forks source link

No matching template found - Gutenberg 9.4.0-RC1 #37

Closed bobbingwide closed 3 years ago

bobbingwide commented 3 years ago

I updated to Gutenberg 9.4.0-RC1 prior to delivering my fix for #35. On blocks.wp.a2z I got "No matching template found".

Problem analysis

Turns out it was a forward slash backslash problem in Windows..

Temporary fix

Change line 128 of lib\templates.php, function _gutenberg_synchronize_theme_templates()

strpos( $path, $template_base_path . DIRECTORY_SEPARATOR ) + 1 + strlen( $template_base_path ),
bobbingwide commented 3 years ago

This has been fixed in Gutenberg 9.4.0