system environment settings
Am using Kirby version 3.7.1, with php 8.0.21 on nginx server. Site is working well on the server and being served to web correctly
issue description
I am in the process of migrating a kirby 2 site to kirby 3. Most things seem to be working but I am getting stuck with an issue with the new panel. I am struggling to get old content in one directory to show up within the panel. Any help is much appreciated.
Here is file structure simplified with irrelevant directories removed
.
βββ content
β βββ 1_home
β β βββ home.txt
β βββ 2_work
β β βββ 10_post-name
β β βββ item.txt
β βββ 3_bio
β βββ error
β βββ site.txt
βββ index.php
βββ site
βββ accounts
βββ blueprints
β βββ pages
β β βββ about.yml
β β βββ bio.yml
β β βββ cv.yml
β β βββ default.yml
β β βββ item.yml
β β βββ post.yml
β β βββ work.yml
β βββ sections
β β βββ posts.yml
β βββ site.yml
βββ templates
βββ about.php
βββ bio.php
βββ blog.php
βββ cv.php
βββ default.php
βββ item.php
In the site the ./content/2_work
folder has hundreds of posts but none of them are showing in the panel. Any initial tips on where I should be looking to figure this out, please let me know.