-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during update to 19.0.4, stuck in maintenance mode #23970
Comments
After manual edition of config.php to remove maintenance mode, upgrade still fails, both in browser and command line:
Thanks in advance. |
Thank you for taking the time to report a problem 👍 As this seems to be a setup issue I would like to ask you to raise your question at https://help.nextcloud.com. Most likely the php-xml extension is missing. |
Sorry, but no, a "call to undefined function" error is not a setup issue, at least there is a problem with the documentation and error printed should tell dependecies to install. |
The required modules are documented here: https://docs.nextcloud.com/server/20/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation However there is already an issue at nextcloud\server: #2180. If that's better for you I'm closing it as duplicate of #2180 and not as setup issue. Don't forget to use the search the next time. |
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
Fixes nextcloud#2180 And prevents nextcloud#31473, nextcloud#23970, nextcloud#18610, nextcloud#15708 Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc. While we check for it later, it's too late for session. Inspired by nextcloud#17163 Signed-off-by: Josh Richards <[email protected]>
How to use GitHub
Steps to reproduce
Expected behaviour
Nextcloud updates to 19.0.4
Actual behaviour
Error during update, maintenance mode unabled and can't disable it:
Server configuration
Operating system: Debian 10
Web server: Apache:
# apache2 -v
Server version: Apache/2.4.38 (Debian)
Server built: 2020-08-25T20:08:29
Database: MariaDB 10.3.25-MariaDB-0+deb10u1 Debian 10
PHP version: PHP 7.4.12 (cli) (built: Nov 3 2020 14:31:48) ( NTS )
Nextcloud version: previously 19.0.1, updating to 19.0.4
Updated from an older Nextcloud/ownCloud or fresh install: updated
Where did you install Nextcloud from: Nextcloud website
Signing status: Unable to do that due to maintenance mode
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
'ocvctisfc32x', 'passwordsalt' => , 'secret' => , 'trusted_domains' => array ( 0 => , ), 'datadirectory' => '/var/www/html/nextcloud/data', 'dbtype' => 'mysql', 'version' => '19.0.1.1', 'overwrite.cli.url' => , 'dbname' => 'nextclouddb', 'dbhost' => 'localhost', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextclouduser', 'dbpassword' => , 'installed' => true, 'allow_local_remote_servers' => true, 'onlyoffice' => array ( 'verify_peer_off' => true, ), 'maintenance' => true, 'loglevel' => 0, 'theme' => '', 'filelocking.enabled' => false, 'mail_from_address' => , 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', 'mail_domain' => , 'mail_smtpauthtype' => 'LOGIN', 'mail_smtpauth' => 1, 'mail_smtphost' => , 'mail_smtpsecure' => 'ssl', 'mail_smtpname' => , 'mail_smtppassword' => , 'mail_smtpport' => '465', 'updater.secret' => , );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: Mozilla Firefox 82.0.2
Operating system: Windows 10 10.0.18363
Logs
Web server error log
Web server error log
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
The text was updated successfully, but these errors were encountered: