<?php
$CONFIG = array (
'passwordsalt' => 'xxxxxxx',
'secret' => 'xxxxxxx',
'trusted_domains' =>
array (
0 => 'xxxxxxx',
),
'datadirectory' => '/opt/nextcloud/data',
'overwrite.cli.url' => 'http://localhost',
'dbtype' => 'mysql',
'version' => '11.0.2.7',
'dbname' => 'nextcloud',
'dbhost' => 'mariadb',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'xxxxxxx',
'dbpassword' => 'xxxxxxx',
'logtimezone' => 'UTC',
'installed' => true,
'instanceid' => 'xxxxxxx',
'memcache.local' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'redis' =>
array (
'host' => 'redis',
'port' => 6379,
),
'htaccess.RewriteBase' => '/',
'maintenance' => false,
'loglevel' => 2,
'theme' => '',
'mail_smtpmode' => 'php',
'mail_from_address' => 'noreply',
'mail_domain' => 'xxxxxxx',
);
Steps to reproduce
Expected behaviour
Step 4 succeeds
Actual behaviour
Error message in nextcloud, and this output from collabora:
Server configuration
Operating system:
Debian 8
Web server:
Apache 2,4
Database:
Mariadb 10
PHP version:
5.6.30
Nextcloud version: (see Nextcloud admin page)
11.0.2
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh
Where did you install Nextcloud from:
Tarball
Signing status:
Signing status
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser:
Chrome 57.x
Operating system:
Fedora 25