Hi everyone,
Everything has been running fine, but I am stumped after a recent update. Not even sure where to start. Any guidance would be appreciated. Stay home, Stay safe
Nextcloud 17.0.1.1 (last time I checked, could of changed with update)
On FREEBDS - 11.2-RELEASE-p15 (Freenas Jail)
Server Version : Apache/2.4.41 (FreeBsd)
Server Buil: Unkown
PHP : 7.133
First time error. After recent update. Nextcloud launches to this page
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
*CONFIG PHP (Replaced info with ######
‘apps_paths’ =>
array (
0 =>
array (
‘path’ => ‘/usr/local/www/nextcloud/apps’,
‘url’ => ‘/apps’,
‘writable’ => true,
),
1 =>
array (
‘path’ => ‘/usr/local/www/nextcloud/apps-pkg’,
‘url’ => ‘/apps-pkg’,
‘writable’ => false,
),
),
‘logfile’ => ‘/var/log/nextcloud/nextcloud.log’,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘instanceid’ => ######
‘passwordsalt’ =>######
‘secret’ => ######
‘trusted_domains’ =>
array (
0 =>######
1 => ######
),
‘datadirectory’ => ‘/mnt/data’,
‘dbtype’ => ‘mysql’,
‘version’ => ‘17.0.1.1’,
‘overwrite.cli.url’ => ######
‘dbname’ => ######
‘dbhost’ => ‘localhost:/tmp/mysql.sock’,
‘dbport’ => ‘’,
‘dbtableprefix’ => ‘oc_’,
‘mysql.utf8mb4’ => true,
‘dbuser’ => ######
‘dbpassword’ => ######
‘installed’ => true,
‘redis’ =>
array (
‘host’ => ‘/tmp/redis.sock’,
‘port’ => 0,
Couldn’t see anything useful on other log file.