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 rare database connection setup error (new installs/advanced upgrades) #12997

Merged
merged 1 commit into from
May 4, 2016

Conversation

pixelchutes
Copy link
Contributor

@pixelchutes pixelchutes commented May 3, 2016

What does it do?

It ensures the setup connector does not cache stale database connection settings (core/cache/setup/settings.cache.php) in certain scenarios for some systems.

Why is it needed?

This fix is an extension of #11202, only this specifically aims to solve occasional database connection errors during new installs or advanced upgrades.

Related issue(s)/PR(s)

Fixes #6013 #12274 and #12829

@pixelchutes pixelchutes added this to the v2.5.1-pl milestone May 3, 2016
@Jako Jako added bug The issue in the code or project, which should be addressed. area-core labels May 3, 2016
@Jako Jako merged commit a77aea2 into modxcms:2.x May 4, 2016
@pixelchutes
Copy link
Contributor Author

Thanks, @Jako. This could technically also be cherry-picked into 2.4.x branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core bug The issue in the code or project, which should be addressed.
Projects
None yet
2 participants