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

Server health/check #2841

Open
brendo opened this issue May 20, 2018 · 5 comments
Open

Server health/check #2841

brendo opened this issue May 20, 2018 · 5 comments
Assignees
Milestone

Comments

@brendo
Copy link
Member

brendo commented May 20, 2018

I just spent a few hours debugging why login wasn't working on a server.

Turns out it was because session_save_path wasn't writable.

It made me think, is there something we could do to help debug/check that a server is healthy?

@nitriques nitriques added this to the 3.0.0 milestone May 23, 2018
@nitriques
Copy link
Member

We could do it in the installer. We could also add a page alert for this.

@brendo
Copy link
Member Author

brendo commented May 23, 2018

Downside of the installer is that it's usually run on the development environment, not the production environment.

@nitriques
Copy link
Member

Indeed. That's why it would also need page alerts!

Would it be nice to have that feature and make it extendable so extensions could build on that.

@froschdesign
Copy link

@nitriques
Extension – not in the core!

The installer can use the extension.

@nitriques
Copy link
Member

@froschdesign Well, no sadly: they are the last thing to be installed.

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

No branches or pull requests

3 participants