-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Update 13.0.4 to 14.0.3 via web interface results in Internal Server Error #12211
Comments
@tester1230980582340923-409 Could you check the nextcloud.log for the stack trace of this internal server error? |
What should I search for in the log? It looks like it might be an error with the calendar app because it's got mountains of errors about calendar app upgrade and permissions, but I can't see a specific reference to the 500 error. |
On the page with the internal server error there was a reference - that would be the one we need. Maybe you can look into the logs and check the first one that is on log level 3 or 4 (error and fatal) that happened after the upgrade. |
Ah. I didn't log it, apologies. I did notice the location of the request for these two logs which was for my local IP address so I imagine it was when I double checked it was broken over the LAN.
|
This seems to be a problem with |
Solution until the app is fixed: disable it before updating (removing it from the apps folder or removing the DB entry in oc_appconfig with the appid and the configkey enabled is both a valid approach to disable it if the instance is broken). |
Steps to reproduce
Expected behaviour
When applying the update, all the internal checks seem to pass and the upgrade installs successfully.
Actual behaviour
After the upgrade, the nextcloud instance returns an internal server error. I resolved this by using the occ upgrade command via terminal
sudo -u www-data php /var/www/nextcloud/occ upgrade
. The only error messages whilst performing the upgrade were related to disabling incompatible apps. I believe this may be permissions related, but it seems clear that the web interface updater is not robust enough.Server configuration
Operating system:
Ubuntu 16 LTS
Web server:
Apache
Database:
MySQL
PHP version:
7.0
Nextcloud version: (see Nextcloud admin page)
14.0.3
Updated from an older Nextcloud/ownCloud or fresh install:
13.0.4
Where did you install Nextcloud from:
Signing status:
Signing status
List of activated apps:
App list
Nextcloud configuration:
Config report
Are you using external storage, if yes which one: local/smb/sftp/...
yes, local
Are you using encryption: yes/no
yes
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...
no
Client configuration
Browser:
chrome
Operating system:
windows 7
The text was updated successfully, but these errors were encountered: