The notes are not saved to _notes
EncryptedKishor opened this issue · 3 comments
EncryptedKishor commented
The new notes are not saved? How to solve this?
domOrielton commented
I think this is a permissions issue... Can you confirm _notes exists and has the right permission for the folder? 755 or 744 should be just fine - example below from my test version which I tested 755 and 744 on
I've also added a new setup.php file that will check the _notes directory can be written to. If it can't you can either change the permissions or delete the _notes directory and then setup.php will create it for you and it should hopefully be writable then.
EncryptedKishor commented
Worked! Thank you!! 💯
domOrielton commented
Excellent, glad it was just a permissions issue. This has definitely caught me out before!