I would like to use Kirby version 5 on a Synology NAS DS 920+. I have downloaded the ‘Starterkit-main’ and copied it to a separate directory. I have installed and configured Web Station. I am using Nginx as the web server. When I try to access the website, I get the following error: ‘The accounts directory could not be created’. The standard Unix permissions are enabled for the directory. Nevertheless, the problem persists.
Where could the problem lie? I’m a bit at a loss.
Considering it’s mentioning the directory itself, I’d just create site/accounts manually and see what happens next ![]()
I created the directory, and then I get the same error, only with a different directory:
‘The sessions directory could not be created’
Please share the permissions of the current folder in question where this should be created. Files should be 644, folders 755. It may also be that the file owner is different to the allowed user for WebStation. In which case you’d need to make sure that owner, user and file permissions are correct.
Thanks for the info. The permissons are correct. But what is the right user? May that can be the problem.