-
-
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
Fix 500 on setup page #7449
Fix 500 on setup page #7449
Conversation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
// allows chrome workspace mapping in debug mode | ||
return ""; | ||
} | ||
$v = \OC_App::getAppVersions(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That one caused it - it's now wrapped into an "is installed" check. Otherwise the versions are empty and just skipped by the added checks below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be fair I just noticed there is a direct version checker in https://github.com/nextcloud/server/blob/master/lib/private/legacy/app.php#L572
I never saw this since documentation is nowhere to be found 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whoops... yes please 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙈
The failing integration tests are fixed with #7342 |
If #7244 is backported this also needs to be backported |
Regression from #7244
cc @blizzz @rullzer @skjnldsv