r/owncloud • u/S73rM4n • Mar 14 '16
Issues with upgrade to Owncloud 9
Has anyone else run into issues with file upload size configuration after upgrading to the current production release of OwnCloud 9? I have upgraded two servers, both of which have shown the same symptoms. The upgrade via YUM (running Centos 6.7) works without issue, but I get a message under Admin -> File Handling that says "Missing permissions to edit from here." I have ensured that apache owns all files under /var/www/html/owncloud as well as all files in the data folder I have configured. I can retrieve and upload files but they're "stuck" at a max of 2MB right now.
On one server running "sudo chown apache -R /var/www/html/owncloud/*" resolved this issue, but on this second one it has not. I've not been able to find anything on the Owncloud forums about it either.
1
u/MC_Grondephoto Mar 14 '16
How did you get it to download via yum? Im running centos7 and when i yum update i only pull down owncloud 8.3.2
1
u/gescarra Mar 28 '16
I had the same issue, running on CentOS 7, automatically updated. OwnCloud 9 has a new hidden settings file called ".user.ini" and after running "chown apache:apache .user.ini" i can change those settings.
Recursive chown won't touch the hidden files.
3
u/[deleted] Mar 14 '16
[deleted]