ownnote icon indicating copy to clipboard operation
ownnote copied to clipboard

memcache.locking breaks ownNote functionality in OwnCloud 8.2.1

Open Azimoth opened this issue 10 years ago • 4 comments

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.".

Azimoth avatar Nov 25 '15 14:11 Azimoth

Same here with Version 8.2.1

sviiimue avatar Dec 08 '15 13:12 sviiimue

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

greenais avatar Dec 12 '15 23:12 greenais

Have you checked the ownership and access rights of the files and directories of ownNote?

j-ed avatar Dec 23 '15 10:12 j-ed

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.

greenais avatar Dec 23 '15 12:12 greenais