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

CRON Reports PHP Fatal Error Tasks.php on line 17 #10805

Closed
trec-r opened this issue Oct 30, 2016 · 2 comments
Closed

CRON Reports PHP Fatal Error Tasks.php on line 17 #10805

trec-r opened this issue Oct 30, 2016 · 2 comments
Assignees
Labels
answered For when a question was asked and we referred to forum or answered it.
Milestone

Comments

@trec-r
Copy link

trec-r commented Oct 30, 2016

After updating to 2.17 I get the following on every cron run.

PHP Fatal error: Call to undefined method Piwik\Plugins\CorePluginsAdmin\CorePluginsAdmin::isMarketplaceEnabled() in /home/account/public_html/piwik/plugins/CorePluginsAdmin/Tasks.php on line 17

@tsteur tsteur added the answered For when a question was asked and we referred to forum or answered it. label Oct 30, 2016
@tsteur
Copy link
Member

tsteur commented Oct 30, 2016

@trec-r the file /home/account/public_html/piwik/plugins/CorePluginsAdmin/Tasks.php should have been deleted during the update. From which Piwik version did you update?

You can fix the issue by removing the file, eg on Linux via rm /home/account/public_html/piwik/plugins/CorePluginsAdmin/Tasks.php. It may be good to also clear your caches afterwards eg on linux via

rm -rf /home/account/public_html/piwik/tmp/cache/*

@tsteur tsteur closed this as completed Oct 30, 2016
@tsteur tsteur added this to the 2.17.1 milestone Oct 30, 2016
@tsteur tsteur self-assigned this Oct 30, 2016
@trec-r
Copy link
Author

trec-r commented Nov 1, 2016

The fix seems to have worked. Upgraded from 2.16.5.

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

2 participants