Hi there.
I’m almost done migrating a wordpress blog to Kirby but I have a problem. My content folder structure is done this way:
Content
|- blog (contains all blog posts)
|-- blog posts (folders and files containing each blog post)
I can create a new blog post, edit it and save it. But when I try to turn the post to visible, I get this message: “The directory could ne be moved”. The same happens when I try to delete the post. Then if I quit or refresh, the post has been transformed as a visible blog post (or deleted) but the blog post folder name has the same number as the previous one. For example, I have 336 posts in the blog. The new one is also labelled as 336 instead of 337 after I try to make it visible.
The folders have the same rights: 755. And the files are 644.
Is there something I missed in my blueprint or is it a bug? Thanks for your time.
Edit: I forgot to mention something. The blog is on a subdomain and therefore the content/site/thumbs folder are within another folder and the subdomain roots and urls are configured within the site.php file.
Edit2: I did more testing and it only happens in this specific folder. I tried into another folder containing other blog posts and it works. I really don’t understand what’s going on.