domOrielton/minimal-web-notepad

The notes are not saved to _notes

EncryptedKishor opened this issue · 3 comments

The new notes are not saved? How to solve this?

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

permissions

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.

Worked! Thank you!! 💯

Excellent, glad it was just a permissions issue. This has definitely caught me out before!