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

[FR] Implement some stock Suggestion Providers #14

Open
michaelrog opened this issue Sep 9, 2020 · 2 comments
Open

[FR] Implement some stock Suggestion Providers #14

michaelrog opened this issue Sep 9, 2020 · 2 comments

Comments

@michaelrog
Copy link
Member

Inspiration from Laravel Ignition:
https://github.com/facade/ignition/tree/master/src/SolutionProviders

@michaelrog
Copy link
Member Author

michaelrog commented Oct 16, 2020

ServiceUnavailableHttpException

  • Add suggestion: Visit the control panel to finish an update.
  • Invokable: Link to CP.
  • Maybe also work in a prepareErrorMessage() hook, since the exception has a blank message by default.

@michaelrog
Copy link
Member Author

michaelrog commented Oct 30, 2020

Common database-related setup errors (c.f. craftcms/cms#6718 (comment))

  • No DB connection: Craft can’t connect to the database. Check your connection settings.
  • Error querying the info table row: Craft can’t fetch the `[info table]` table row. Exception: [exception message]
  • Unknown issue querying the info table row: Craft can’t fetch the `[info table]` table row.

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

No branches or pull requests

1 participant