Skip to content
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

Merged
merged 1 commit into from
Dec 11, 2017
Merged

Fix 500 on setup page #7449

merged 1 commit into from
Dec 11, 2017

Conversation

MorrisJobke
Copy link
Member

Regression from #7244

cc @blizzz @rullzer @skjnldsv

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Dec 11, 2017
@MorrisJobke MorrisJobke added this to the Nextcloud 13 milestone Dec 11, 2017
// allows chrome workspace mapping in debug mode
return "";
}
$v = \OC_App::getAppVersions();
Copy link
Member Author

@MorrisJobke MorrisJobke Dec 11, 2017

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.

Copy link
Member

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 😢

Copy link
Member

@rullzer rullzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops... yes please 👍

Copy link
Member

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙈

@MorrisJobke
Copy link
Member Author

The failing integration tests are fixed with #7342

@MorrisJobke MorrisJobke merged commit 07e6387 into master Dec 11, 2017
@MorrisJobke MorrisJobke deleted the fix-setup branch December 11, 2017 15:00
@MorrisJobke
Copy link
Member Author

If #7244 is backported this also needs to be backported

@MorrisJobke
Copy link
Member Author

#8611 was back ported to stable12 - will do so with this fix as well - cc @rullzer @skjnldsv Most likely the reason for the setup problems on CI ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants