Can't delete pages on Kirby 3.0

Hello all,
I just installed Kirby 3.0 and noticed that I can’t delete a page from the panel.
Its happening for me with both versions, the starter- and plainkit. This is the message I get when I try to delete a page:

delete

My blueprint structure:

title: Site

columns:
  - width: 1/2
  	fields:
      description:
        label: Description
        type: textarea
      tags:
        label: Tags
        type: tags
        
    
  - width: 1/2
    sections:
      pages:
        type: pages
        template:
          - about
          - default

At first sight I think there’s an issue with the

template:
    - about
    - default

It should either be

template: templateName

or

templates:
    - about
    - default

Note the extra s in templates when you use multiple templates

No idea if that’s what is causing the issue though.

Hi Manuel,
Thanks for your fast answer. Unfortunately it’s not working, maybe it’s not the right structure to show my pages in the panel? :confused:

Let me give it a try. Gimme a couple of minutes

1 Like

Looks like everything is working as expected for me

Are you deleting the page from the pages list or from within the page itself?

Edit:

I can delete the page just fine with both methods :thinking:

Both isn’t working for me. When I try to delete the page from the page itself and from the list… maybe something is wrong with my setup?

When I log in I see my panel like this:

title: Site

columns:
  - width: 1/2
  	fields:
      description:
        label: Description
        type: textarea
      tags:
        label: Tags
        type: tags
        
    
  - width: 1/2
    sections:
      pages:
        type: pages

And the subpage like this:

title: About

icon: 🖊

status:
  draft: true
  listed: true

options:
  url: true
  delete: true
  
fields:
  about:
    label: about
    type: textarea
    size: huge

Can you post the blueprint for the default page as well?

Its only this at the moment:

title: Default

icon: 🏠

status:
  draft: true
  listed: true

So with your identical setup I can delete pages just fine.
You said you can delete pages.

Does this happen with any page?

yes, its super weird. Here is a short screencast:

https://www.dropbox.com/s/ns72a7if9ii48ug/Bildschirmaufnahme%202019-01-22%20um%2016.24.12.mov?dl=0

:face_with_raised_eyebrow: that is indeed very weird.

That’s a fresh installation is that correct?
Can you maybe zip the entire installation and send me the link?

I can give it a try on my setup and we can at least see if it’s an issue with kirby or with your setup specifically.

@texnixe do you have any idea what could be the cause of this?

Yes it is a fresh installation. I also tried the starterkit, but the problem remains.

and thanks for the help. Here is a zip: https://www.dropbox.com/s/9yfhn28vww3gz67/test.zip?dl=0

Nope, works just fine on my side.

What’s also weird is that you don’t have the This is an unregistered demo of Kirby notice at the top for some reason.

I see you’re on mac, are you perhaps using the built in php server?

EDIT

The notice seems to go away after a while. So I guess that’s normal.

Can you create or edit pages?

Hmm :confused: … I only see the “Register” and “Buy a license” tabs on the top.

Yes I am on a Mac and I am only using CodeKit and MAMP as the web server, maybe some wrong configurations there?

If I do the exact same thing is working just fine.
I’m also on MAMP (pro)

https://www.dropbox.com/s/tpk4w6jvb2c218w/Screen%20Recording%202019-01-22%20at%2016.41.22.mov?dl=0

:confused: but I am sure it should be something outside of Kirby.

@texnixe Yes I can add and edit pages, only deleting them is not working

Weird, I just tested what you uploaded in my Mamp install, all fine.

There are also two different error messages based on the browser I am using:

Safari

52

Chrome

46