getkirby / kirby

Kirby's core application folder
https://getkirby.com
Other
1.32k stars 168 forks source link

Error: rmdir Directory not empty #4705

Closed afbora closed 2 years ago

afbora commented 2 years ago

captures_chrome-capture-2022-8-27

To reproduce

  1. Copy/paste below blueprint
  2. Add new sandbox page
  3. Fill all fields
  4. Do not save the page
  5. Try to delete the page
  6. See issue
title: Sandbox

fields:     
  category:
    label: Category
    type: multiselect
    options:
      design: Design
      architecture: Architecture
      photography: Photography
      3d: 3D
      web: Web
  name:
    type: text
  pages:
    type: pages
  files:
    type: files
  tags:
    type: tags   

Kirby Version
3.7.5 & 3.8.0-RC.1

bastianallgeier commented 2 years ago

Hm, I cannot reproduce this.

afbora commented 2 years ago

I've test on live server this steps. I'm getting following dialog alert:

The page "test" cannot be found

distantnative commented 2 years ago

Can't reproduce either error. Works totally fine for me.

afbora commented 2 years ago

I'm closing it for now because I only got the issue locally.