Hi I have an issue wich an erorr message I am getting please see below
Thanks
Nextcloud version (eg, 18.0.2): 20.0.1
Operating system and version (eg, Ubuntu 20.04): Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-52-generic x86_64
Apache or nginx version (eg, Apache 2.4.25): Apache Server version: Apache/2.4.41 (Ubuntu)
Server built: 2020-08-12T19:46:17
PHP version (eg, 7.1): 7.4
The issue you are facing:
Hi, getting the following error in nextcloud:
PHP configuration option output_buffering must be disabled
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- Overview in nextcloud admin interface
Strange this is:
output_buffering is set to 0 everywhere
php.ini
.htaccess
.user.ini
The output of your Nextcloud log in Admin > Logging:
Error: Undefined offset: 3 at /var/www/nextcloud/lib/private/legacy/OC_Helper.php#548
(repeats very often I think it is fixed in the next release)
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"FQDN goes here",
"192.168.111.120"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "20.0.1.1",
"overwrite.cli.url": "https:\/\/FQDN goes here",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"updater.release.channel": "beta",
"mail_smtpmode": "smtp",
"mail_smtpsecure": "ssl",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "LOGIN",
"updater.secret": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"loglevel": 2
}