matomo-org / matomo-org/plugin-LoginLdap
Fatal error after updating piwik to v3.2.1
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 37
- Forks
- 30
- Avg merge
- 22h 53m
- Merged PRs (30d)
- 19
Description
> The following error just broke Piwik (v3.2.1):
> Call to undefined method Piwik\Menu\MenuAdmin::addSettingsItem()
> in
> /var/www/html/plugins/LoginLdap/Menu.php line 18
The Error can only be omitted by deactivating the plugin. Please fix this as our company relies on LDAP Authentication.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with plugins/LoginLdap/Menu.php at line 18 and inspect the undefined MenuAdmin::addSettingsItem() call reported after updating to Piwik v3.2.1. Check the corresponding Piwik menu API and verify that the LoginLdap plugin activates without the fatal error while LDAP authentication remains available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100