Kirby 3 Builder Error 500 on render preview

Hello,

I have an error 500 when trying to preview a block inside the kirby builder plugin.

I’m on Kirby v3.0.1 and re-download the latest version of the plugin.
And the error occurs on my local machine as well as my online server.

Here are my files simplified :

site/blueprints/pages/project.yml

fields:
  mybuilder:
    label: Modules
    type: builder
    fieldsets:
      title:
        extends: blocks/title

site/blueprints/blocks/title.php

label: Titre
preview:
  snipet: blocks/title
  css: /assets/css/blocks/title.css
fields:
  text:
    label: Texte
    type: text
    required: true
    width: 3/4

site/snippets/blocks/title.php

<section class="title">
  <h3><?= $data->text() ?></h3>  
</section>

And my css file is empty for know.

Any clue to resolve this problem ?

Thanks by advance for your help !

Typo?

  snippet: blocks/title

The “Plugin” category is just for plugins, not for questions…

1 Like

**** me !

I reviewed each lines 10 times and didn’t see it…

Sorry for that, and thanks you for your help :slight_smile: and ok for categories !

( Can we just delete this topic ?! )

It might still be useful for others, we all make mistakes and it’s just human.

1 Like