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

piwik-php-tracker missed after update #16223

Closed
maisen20 opened this issue Jul 20, 2020 · 2 comments
Closed

piwik-php-tracker missed after update #16223

maisen20 opened this issue Jul 20, 2020 · 2 comments
Labels
Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone

Comments

@maisen20
Copy link

After updating matomo to version 3.14.0, piwik-php-tracker is missing.
In /libs/PiwikTracker/PiwikTracker.php, there is following code:
if (!class_exists('PiwikTracker')) { require_once __DIR__ . '/../../vendor/piwik/piwik-php-tracker/PiwikTracker.php'; }

After the update, this file is missing and my whole script crashes.

@sgiehl sgiehl added this to the 3.14.1 milestone Jul 20, 2020
@sgiehl sgiehl added the Regression Indicates a feature used to work in a certain way but it no longer does even though it should. label Jul 20, 2020
@sgiehl
Copy link
Member

sgiehl commented Jul 20, 2020

Hi @maisen20. Thanks for the report.

that needs to be changed to if (!class_exists('PiwikTracker')) { require_once __DIR__ . '/../../vendor/matomo/matomo-php-tracker/PiwikTracker.php'; }

@maisen20
Copy link
Author

Yes, that works. Thank you sgiehl =)!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Regression Indicates a feature used to work in a certain way but it no longer does even though it should.
Projects
None yet
Development

No branches or pull requests

2 participants