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

Error when trying to check for updates and marketplace is disabled #11714

Closed
tsteur opened this issue May 17, 2017 · 0 comments · Fixed by #11715
Closed

Error when trying to check for updates and marketplace is disabled #11714

tsteur opened this issue May 17, 2017 · 0 comments · Fixed by #11715
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@tsteur
Copy link
Member

tsteur commented May 17, 2017

Error: Entry "Piwik\Plugins\Marketplace\Api\Client" cannot be resolved: Entry "Piwik\Plugins\Marketplace\Api\Service" cannot be resolved: Parameter $domain of __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) ))

When Marketplace is disabled, this call won't work because the plugin is disabled: https://github.com/piwik/piwik/blob/3.0.4/plugins/CoreHome/Controller.php#L267

@tsteur tsteur added the Bug For errors / faults / flaws / inconsistencies etc. label May 17, 2017
@tsteur tsteur added this to the 3.0.5 milestone May 17, 2017
@tsteur tsteur self-assigned this May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant