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

Create a safemode that displays when a fatal error occurs during Matomo initialization #13334

Open
diosmosis opened this issue Aug 22, 2018 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@diosmosis
Copy link
Member

Currently, since safemode depends on FrontController being initialized, fatal errors that occur during Environment or FrontController initializations don't end up displaying safemode. We could add a new type of safemode that is initialized in dispatch.php (like ExceptionHandler & ErrorHandler) and print some basic information about possible causes (like a failed update) if this happens. Might reduce some support requests.

@Findus23 Findus23 added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants