Please help us by providing the following info. Before posting please also check the pinned “Known issues” threads and make sure that you’re running the latest available version for your oC release: Changelog - ownCloud
Steps to reproduce
try to update max upload limit through owncloud web
Expected behaviour
Tell us what should happen
When i change the max upload limit in owncloud for web and after setting up i did save. When reload the page max upload size came to default (2MB)
Actual behaviour
Tell us what happens instead
It should be updated
Server configuration
Operating system: Ubuntu 15.10
Web server: Apache/2.4.12
Database: 5.6.31
PHP version: PHP 5.6.11-1ubuntu3.4 (cli)
ownCloud version (see ownCloud admin page): 9.1.0
Updated from an older ownCloud or fresh install: updated from older version
ownCloud log (data/owncloud.log, see How to find webserver or OC logfile / enable php logfile):
No error file generated as there was nnot any logs of php error
Special configuration (external storage, external authentication, reverse proxy, server-side-encryption): no additional configuration , just default configuration on which server was working perfectly earlier.
Integrity status for oC9+
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.
Apparently the values in your case are rather 2M
Change them to 5G for instance. But beware of the limitation of your server. If it runs in 32 bits the physical limit is 2G
You could also check your php.ini in /etc/php5/apache2 and change the lines
upload_max_filesize =
post_max_size =
with whatever value needed.
But as you have put an AllowOverride All directive in your virtualhost, this is the value in the .htaccess file which prevails.
All solutions was the same in any google search.
I solved after 2 wks of brain cracking
with 9.1 upgrade a new file appear in the OC directory:
.user.ini
edit this with your value
example:
upload_max_filesize=10G
post_max_size=10G
and all works.
too many people write only to ask something but with no solution (or with google’s solution)