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

Update 3.5.0 to 3.5.1 failed with error #13108

Closed
Qixuga opened this issue Jun 26, 2018 · 4 comments
Closed

Update 3.5.0 to 3.5.1 failed with error #13108

Qixuga opened this issue Jun 26, 2018 · 4 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@Qixuga
Copy link

Qixuga commented Jun 26, 2018

I update "successfully" from 3.5.0 to 3.5.1 but after that, i got the following errors if i like to call the gui:

Entry "Piwik\Plugins\CorePluginsAdmin\Menu" cannot be resolved: Entry "Piwik\Plugins\Marketplace\Plugins" cannot be resolved: Entry "Piwik\Plugins\Marketplace\Api\Client" cannot be resolved: Entry "Piwik\Plugins\CoreUpdater\Updater" cannot be resolved: Parameter $tmpPath of __construct() has no value defined or guessableFull definition:Object ( class = Piwik\Plugins\CoreUpdater\Updater scope = singleton lazy = false __construct( $translator = get(Piwik\Translation\Translator) $releaseChannels = get(Piwik\Plugin\ReleaseChannels) $tmpPath = #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\Menu scope = singleton lazy = false __construct( $marketplacePlugins = (default value) NULL ))

console tests seems to be successfully:

> ./console diagnostics:run
INFO [2018-06-26 14:26:36] 20016  Unable to test if mod_pagespeed is enabled: the request to http://unknown/./console?module=Installation&action=getEmptyPageForSystemCheck failed
Huzzah! There are no problems with your Matomo setup. Give yourself a pat on the back.

But why the system can't get the url to call the for pagespeed-test?
There is also a bug open: #12024

Sometimes the log also seems to have a problem to got access to the SiteID
/piwik/core/Plugin/Controller.php:959
error >General_ExceptionPrivilegeAccessWebsite< shown.

I followed the cli-update instructions, clear the cache...
test the update via web-gui (not working) and
i also replace all files with the new version 3.5.1 (insert the config again).
login seems to work but then the upper error occures.

so may be someone can help me?
Thank you

@Qixuga
Copy link
Author

Qixuga commented Jun 26, 2018

I got an update - i decided to deactivate the plugins from the error message.
first marketplace and the system is accessable!

./console plugin:deactivate Marketplace

After calling the GUI works fine!
So i try to active the plugin again after some successfully checks at the gui and it works to now!

but why the error?

@huang0808
Copy link

huang0808 commented Jun 27, 2018

Maybe is a cache. I guess.

@sgiehl
Copy link
Member

sgiehl commented Jun 27, 2018

@Qixuga do you have some additional php cache running? like APC, xCache, eAccelerator or similar

@Qixuga
Copy link
Author

Qixuga commented Aug 21, 2018

Yes there are caches active and it seems that after deactivate, empty caches and activate again it works fine!
Thank you for your support!

@Qixuga Qixuga closed this as completed Aug 21, 2018
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

4 participants