Nextcloud issue after recent update

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 :wink:

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.

First guess - problem with PHP…
Or simply index.html exists and has has higher priority than index.php…:slight_smile:

I don’t even think my index php is there anymore …
also occ is nowhere to be found and non functionnal

root@nextcloud:/usr/local/www/nextcloud # locate index.php
/usr/local/www/nextcloud/apps/groupfolders/templates/index.php (this doesn’t seem write)

would probably need to do a reinstall, or is there another way to repair the php files ?

Get the latest release and manually extract files and copy them to your directory.