Nextcloud version 12.0.5
Operating system and version: Ubuntu 16.04
Apache or nginx version: Apache 2.4.29
PHP version: 7.1
The issue you are facing:
After I updated to 12.0.5 via the admin interface, nothing works anymore. I was asked to update webdav, but even that didn’t work so I did it via the cli, and then after that, it says I have no file, no css is loaded, no JS. Even the login page doesn’t work anymore, you can try with whatever you want: https://cloud.lefev.re/login
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
I just updated from the admin web ui.
The output of your Nextcloud log in Admin > Logging:
can't access
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
$CONFIG = array (
'instanceid' => 'XXX',
'passwordsalt' => 'XXX',
'secret' => 'XXX',
'trusted_domains' =>
array (
0 => 'cloud.lefev.re',
),
'datadirectory' => '/path/to/nextcloud',
'overwrite.cli.url' => 'https://cloud.lefev.re',
'htaccess.RewriteBase' => '/',
'dbtype' => 'mysql',
'version' => '12.0.5.3',
'dbname' => 'XXX',
'dbhost' => 'X.X.X.X',
'dbport' => 'XXXX',
'dbtableprefix' => 'XX',
'mysql.utf8mb4' => true,
'dbuser' => 'XXX',
'dbpassword' => 'XXX',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'redis' =>
array (
'host' => 'X.X.X.X',
'port' => XXXX,
),
'memcache.locking' => '\\OC\\Memcache\\Redis',
'objectstore' =>
array (
'class' => 'OC\\Files\\ObjectStore\\Swift',
'arguments' =>
array (
'username' => 'XXXX',
'password' => 'XXXX',
'bucket' => 'XXXX',
'autocreate' => false,
'region' => 'XXXX',
'url' => 'XXXX',
'tenantName' => 'XXXX',
'serviceName' => 'swift',
),
),
'mail_from_address' => 'cloud',
'mail_smtpmode' => 'sendmail',
'mail_smtpauthtype' => 'LOGIN',
'mail_domain' => 'lefev.re',
'maintenance' => false,
'updater.release.channel' => 'stable',
'theme' => '',
'loglevel' => 2,
'updater.secret' => 'XXXX',
);
The output of your Apache/nginx/system log in /var/log/____
:
empty