<?php
$CONFIG = array (
'instanceid' => '***',
'passwordsalt' => '***',
'secret' => '***',
'trusted_domains' =>
array (
0 => 'nextcloud.doronbehar.com',
),
'datadirectory' => '/usr/share/webapps/nextcloud/data',
'overwrite.cli.url' => 'https://nextcloud.doronbehar.com/nextcloud',
'dbtype' => 'pgsql',
'version' => '14.0.0.19',
'dbname' => '***',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'dbuser' => 'nextcloud',
'dbpassword' => '***',
'installed' => true,
'mail_from_address' => 'nextcloud-noreply',
'mail_smtpmode' => 'php',
'mail_smtpauthtype' => 'LOGIN',
'mail_domain' => 'doronbehar.com',
'theme' => '',
'loglevel' => 2,
'maintenance' => false,
);
Steps to reproduce
httpd.Expected behaviour
I don't get any errors and my Nextcloud instance works.
Actual behaviour
I get a fatal PHP error in
httpd's logs:http logs
Server configuration
Operating system: Arch Linux
Web server: Apache 2.4.34
Database: Postgresql
PHP version: 7.2.10
Nextcloud version: 14.0.0
Updated from an older Nextcloud/ownCloud or fresh install: 13.0.6
Where did you install Nextcloud from: Distribution repositories.
Signing status: I can't login as admin user into your Nextcloud and access http://example.com/index.php/settings/integrity/failed since the server doesn't work at all.
Running
sudo -u http php occ app:listgives:sudo -u http php occ app:listRunning
sudo -u http php occ config:list systemgives: Same result.Contents of config.php:
Contents of config.php
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: Any
Operating system: Any
Logs
Web server error log
Same as posted above:
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
I get mainly errors with strings such as:
Browser log
Irrelevant