Nextcloud version : 20.0.10.
PHP version : 7.4
Hello, I have a problem when upgrading my Nextcloud hub (hosting by Hostinger)
Is this the first time you’ve seen this error? Y
Steps to replicate it:
- Go to /updater
- Click on Start Update
- Get this error :
Check for expected files
The following extra files have been found:
.xxxxxxxx.data
The output of your Nextcloud log in Admin > Logging:
OCP\AppFramework\QueryException: Could not resolve OCA\Files_Versions\Versions\IVersionManager! Class can not be instantiated
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
<?php
$CONFIG = array (
'instanceid' => 'xxx',
'passwordsalt' => 'xxxx',
'secret' => 'xxxxxxxx',
'trusted_domains' =>
array (
0 => 'nextcloud.xxxx.dev',
),
'datadirectory' => '/home/u433055265/domains/xxxx.dev/public_html/nextcloud/.xxxxx.data',
'dbtype' => 'mysql',
'version' => '20.0.10.1',
'overwrite.cli.url' => 'https://nextcloud.xxxx.dev',
'dbname' => 'xxxxx',
'dbhost' => '127.0.0.1',
'dbport' => '',
'dbtableprefix' => 'em2s_',
'mysql.utf8mb4' => true,
'dbuser' => 'xxxxx',
'dbpassword' => 'xxxx',
'installed' => true,
'updater.secret' => 'xxxxxx',
);