-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update Script Problem #1168
Comments
Yeah, that seems like a fatal error indeed. Problem is, you shouldn't be using PHP 7.4 and custom configurations are not supported officially. Actually, updating to any other version than PHP 7.2 should be blocked: https://github.com/nextcloud/vm/blob/master/nextcloud_update.sh#L54 Maybe I should add 7.4 there as well. In any case, please revert to your latest backup and redo the process like this: |
This commit should fix your issue: d72fb49 |
Because the installation was still working ... $ update-alternatives --list php Apache2 PHP7.4 Module was not activated switch back to PHP7.2 ... sudo update-alternatives --set php /usr/bin/php7.2 update script finished successfully |
Great news! Thanks for the info. Please uninstall PHP7.4 if it's not crucial to you. |
Steps to reproduce
Expected behaviour
Tell us what should happen
system has updated packages and installed php7.4.4
Actual behaviour
Tell us what happens instead
script ended with many errors
Server configuration
Nextcloud server version: (see your admin page)
18.0.3
Server OS (Ubuntu server is default)
Ubuntu 18.0.4 LTS
How did you install the VM? (Scripted install from master OR Released version)
Script install from your Github Repo
Network
Do you use DHCP?
no
Is port 80 and/or 443 open?
outgoing yes - published over Sophos UTM Web Application Firewall
Logs / Screenshots
https://0bin.net/paste/OkiJRdJPveBDGSsZ#wM7y-X88CIuzKNvP82R9F6mTRsLtcW6/nT66GDmE+lx
Log file (/var/log/nextcloud/nextcloud.log)
Installation log (command output)
Screenshoots
The text was updated successfully, but these errors were encountered: