Hello! I’ve downloaded and tried to install Starterkit on my Mac (Catalina, PHP 7.3). After putting files to its directory the site works correctly. When I’ve tried to get to the Panel for the first time Kirby asked me to make the sessions directory writable. After I set permissions for the sessions dir 777 the only I saw on panel/login was “The accounts directory could not be created” And also there was an error in debug panel:
code: 403
details: [] (0)
exception: “Kirby\Exception\PermissionException”
file: “/kirby/src/Cms/System.php”
key: “error.permission”
line: 144
message: “The accounts directory could not be created”
route: “system”
status: “error”
Unfortunately I didn’t find anything about this error on the forum.