Closed jangrimm closed 7 years ago
Hi, there is a maximum file size option under Admin > Additional Settings. Please take a look at what it is currently set to. Fyi, I set mine to 2gb. Be sure to post back the solution if you find it. :)
Also, here is a way to change maximum upload filesize in Apache. You can google for Nginx info, etc.
Here is a link to a forum discussion about changing Maximum File Upload size on Nextcloud.
For Plesk use following Settings: PHP Settings for your-nextcloud.com: Leave everything default, except: max_execution_timem => 3600 max_input_time => 3600 open_basedir => add ":/dev/urandom:/proc/meminfo" to the end of line
Additional directives: opcache.enable_cli=1 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 opcache.revalidate_freq=1
As @sunjam mentioned change Setting under Admin > Additional Settings. Do not change php.ini directly, but only with Plesk Gui
If you use nginx there will be additional steps to to
I assume this is fixed with the latest hints. I will close this. If there are still problems with it, please first checkout the forums for help: https://help.nextcloud.com/ because this looks more like a setup problem, than a real bug.
Signing status
``` Login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed paste the results here. ```App list
``` If you have access to your command line run e.g.: sudo -u www-data php occ app:list from within your Nextcloud installation folder ```Config report
``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder or Insert your config.php content here. Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …) ```LDAP config
``` With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your Nextcloud installation folder Without access to your command line download the data/owncloud.db to your local computer or access your SQL server remotely and run the select query: SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ```Web server error log
``` Insert your webserver log here ```Nextcloud log
``` Insert your Nextcloud log here ```Browser log
``` Insert your browser log here, this could for example include: a) The javascript console log b) The network log c) ... ```