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

When Marketplace plugin is disabled, the plugins page errors #10779

Closed
mattab opened this issue Oct 22, 2016 · 1 comment
Closed

When Marketplace plugin is disabled, the plugins page errors #10779

mattab opened this issue Oct 22, 2016 · 1 comment
Assignees
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Oct 22, 2016

reproduce

  • $ ./console plugin:deactivate Marketplace
  • open the Settings > Plugins page

screenshot

when marketplace plugin is disabled the plugins page errors

error text

An error occurred
Entry Piwik\Plugins\CorePluginsAdmin\Controller cannot be resolved: Entry Piwik\Plugins\Marketplace\Plugins cannot be resolved: Entry Piwik\Plugins\Marketplace\Api\Client cannot be resolved: Entry Piwik\Plugins\Marketplace\Api\Service cannot be resolved: The parameter 'domain' of Piwik\Plugins\Marketplace\Api\Service::__construct has no value defined or guessableFull definition:Object ( class = Piwik\Plugins\Marketplace\Api\Service scope = singleton lazy = false __construct( $domain = #UNDEFINED# ))Full definition:Object ( class = Piwik\Plugins\Marketplace\Api\Client scope = singleton lazy = false __construct( $service = get(Piwik\Plugins\Marketplace\Api\Service) $cache = get(Piwik\Cache\Lazy) $logger = get(Psr\Log\LoggerInterface) $environment = get(Piwik\Plugins\Marketplace\Environment) ))Full definition:Object ( class = Piwik\Plugins\Marketplace\Plugins scope = singleton lazy = false __construct( $marketplaceClient = get(Piwik\Plugins\Marketplace\Api\Client) $consumer = get(Piwik\Plugins\Marketplace\Consumer) $advertising = get(Piwik\ProfessionalServices\Advertising) ))Full definition:Object ( class = Piwik\Plugins\CorePluginsAdmin\Controller scope = singleton lazy = false __construct( $translator = get(Piwik\Translation\Translator) $pluginInstaller = get(Piwik\Plugins\CorePluginsAdmin\PluginInstaller) $marketplacePlugins = get(Piwik\Plugins\Marketplace\Plugins) ))

@mattab mattab added the not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. label Oct 22, 2016
@mattab mattab added this to the 2.17.0 milestone Oct 22, 2016
@tsteur tsteur self-assigned this Oct 23, 2016
@mattab
Copy link
Member Author

mattab commented Oct 25, 2016

Fixed in #10783

@mattab mattab closed this as completed Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

No branches or pull requests

2 participants