memcache.locking breaks ownNote functionality in OwnCloud 8.2.1
I just set up a completely new install of OwnCloud 8.2.1 and tried to satisfy all "Security & setup warnings". (Successfully.) While digging down how to achive that, I added the line 'memcache.locking' => '\OC\Memcache\Redis', to my config.php
Later when I wanted to try OwnNote, the page loaded but remained completely blank. At the same time, the Android app would not connect due to an "internal server error" even though all certificates were allowed (mine is self-signed). A look at the owncloud.log showed that the OwnNotes files were locked. (I think that's what Redis is supposed to do.)
After removing 'memcache.locking' => '\OC\Memcache\Redis', from the config.php everything worked flawless, but the setup warning returned (of course).
Is there a way to have both? OwnNote AND Memcache? I really would like to benefit from memcache as "Using memcache.locking relieves the database load and improves performance.".
Same here with Version 8.2.1
The same behavior even with new Redis memchache disabled - on the server I can't see content and therefore edit notes (even brand new created ones). Doesn't matter - IE or Chrome. owncloud log is empty.
Chrome console brings several errors looking the same: Failed to load resource: the server responded with a status of 404 (Not Found) https://SERVERNAME/assets/plugins/advlist/plugin.js ... Failed to load resource: the server responded with a status of 404 (Not Found) https://SERVERNAME/assets/plugins/autoresize/plugin.js
So all the errors are related to /assets/plugins/ directory.
Meanwhile Android app works fine - notes are visible/editable as usual. OC 8.2.1 ON 1.05
Have you checked the ownership and access rights of the files and directories of ownNote?
Yes, I have. I run script recommended here https://doc.owncloud.org/server/7.0/admin_manual/installation/installation_wizard.html which takes care about file permissions after every change in OC.