owncloud / notes

:notebook_with_decorative_cover: Notes app for ownCloud
GNU Affero General Public License v3.0
195 stars 46 forks source link

Auto Update Problem #219

Open ravelzh opened 8 years ago

ravelzh commented 8 years ago

The Notes folder has after the Update wrong file permissions. So you cant create new Posts or read old ones anymore. After i hav correct them, all works fine again :-)

Best regards, ravelzh

yosug commented 8 years ago

I have this problem also. I can't read old notes nor create new ones. Which Notes folder do you change permissions, data or app? Which permissions do you set?

Thanks

ravelzh commented 8 years ago

chown -cR www-data:www-data /var/www/owncloud/apps :-)

yosug commented 8 years ago

That don't work for me. I can't see notes nor create new notes. My problem is the same as issue #195

flocke commented 8 years ago

Same problem on my ownCloud setup. I just upgraded from 8.2.3 to 9.0.1 and now I can't see any of my old notes and can't create new ones. The .txt files are still in my users Notes/ folder and I can look at them with the file explorer.

kidexx commented 8 years ago

I have also the issue since the last update. Files visible in the folder in OenCloud, not visible in the Notes App, no sync anymore with https://github.com/stefan-niedermann/OwnCloud-Notes

kidexx commented 8 years ago

Ahh, I had this issue: 2016-04-21_210305 After moving the files out of the folder and after copying them in again they appeared. Is it possible that the encoding of the txt file conent is important and can disturb the synchronization as well? I had one file with ANSI encoding instead of UTF8 without BOM. One file had a different encoding - I changed it also from ANSI to UTF8 without BOM.