after moving my Kirby installation to a new server the panel says
Kirby encountered the following issues during installation …
1. /site/accounts is not writable
2. The thumbs folder must be writable.
3. The content folder and all contained files and folders must be writable.
4. /assets/avatars is not writable
I tried to search for an answer and checked some of the things already mentioned in the forums. For example all file permissions are set to 775 already. mb-string is enabled. The FTP user has permission to write. Settings the permission of the &sites/accounts folder to 777 works but that shouldn’t be the solution here i guess
Check the folder ABOVE all of these. as in mysitefolder/site/accounts is writable.
if mysitefolder is not writable, neither will site or accounts be even if those folders are set.
In other words, every folder in the full path must be writable.
Check also the user:group settings are correct (i think this might be the case here because the folder may have your username when they were created but apache/php etc run under a different user account and therefore don’t have permission). You may have to check with your webhost what that correct user:group should be but heres a guide.
mysitefolder is probably really called public_html or www or public