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

Createtablepermission #22186

Closed

Conversation

textagroup
Copy link
Contributor

@textagroup textagroup commented May 5, 2024

Description:

Installed Matomo locally on a development machine and received a Mysqli error related to the VisitFrequency plugin.
This was caused by the database user not being granted the create permission and the error was fixed by granting this permission.

This PR adds a method to Mysqli to check for this permission and a diagnostic to the VisitFrequency plugin to add this information to the System check screen.

Unsure of the best place for this diagnostic and it may be an idea to move this out of VisitFrequency.

visitFrequencyError

Review

@textagroup
Copy link
Contributor Author

fixes #22187

@textagroup textagroup marked this pull request as ready for review May 5, 2024 23:06
@michalkleiner michalkleiner added the Needs Review PRs that need a code review label May 6, 2024
@textagroup
Copy link
Contributor Author

Closing in favour of #22208

@textagroup textagroup closed this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants