owncloud-archive / vm

Scripts to build an ownCloud community production VM - this was in use until 9.1.x releases. Since 10.0.1 we build appliances with Univention
https://www.univention.de/produkte/univention-app-center/app-katalog/owncloud/
23 stars 14 forks source link

Maximum upload size: can't change from 513MB #44

Closed WMOC4 closed 8 years ago

WMOC4 commented 8 years ago

Steps to reproduce

  1. Log in as admin and go to admin page.
  2. Under File Handling "Maximum upload size" box is greyed out with 513MB
  3. Displays message: Missing permissions to edit from here.

    Expected behaviour

Should be able to edit the size

Actual behaviour

Can't edit the size

System

Downloaded VMDK from owncloud and installed on esxi 5.5

VirtualBox version VMWare Esxi 5.5 Vagrant version Owncloud 9.0.1 ubuntu 14.04, php 5.5.9.1

sphinxicus commented 8 years ago

Very same issue here but not on a pre-built appliance.

max_upload_size

ownCloud 9.0.1 (stable) CentOS 7 installed via yum from owncloud repository PHP 5.5.21 Apache/2.4.6 (CentOS)

enoch85 commented 8 years ago

@sphinxicus @WMOC4 You have to change the value in php.ini.

sudo nano /etc/php5/apache2/php.ini

You can also follow this guide: https://www.techandme.se/increase-max-file-size/