You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.TaskIndicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Currently when the database connection cannot be established, the following message is displayed:
The Piwik configuration file couldn't be found and you are trying to access a Piwik page.
You can install Piwik now
If you installed Piwik before and have some tables in your DB, don't worry, you can reuse the same tables and keep your existing data!
This was a regression introduced in 2.3.0.
The goal of this ticket is to provide all Piwik users a pleasant experience in the tragic time where Piwik instance doesnt' work as expected.
Tasks
When DB connection fails display a simple error page with function Piwik_ExitWithMessage and showing info such as:
Error msg from Mysql eg. "SQLSTATE[2003 Can't connect to MySQL server on 'analytics.db.company.net' (111)"
"It may have been a temporary issue, try <a>refresh the page</a>"
"If the problem persists please contact your Piwik administrator."
Add screenshot test for "failed database connection" to check we don't regress
The text was updated successfully, but these errors were encountered:
MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.TaskIndicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Currently when the database connection cannot be established, the following message is displayed:
The Piwik configuration file couldn't be found and you are trying to access a Piwik page.
You can install Piwik now
If you installed Piwik before and have some tables in your DB, don't worry, you can reuse the same tables and keep your existing data!
This was a regression introduced in 2.3.0.
The goal of this ticket is to provide all Piwik users a pleasant experience in the tragic time where Piwik instance doesnt' work as expected.
Tasks
The text was updated successfully, but these errors were encountered: