-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.
Milestone
Description
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.
frictionel
Metadata
Metadata
Assignees
Labels
RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.Indicates a feature used to work in a certain way but it no longer does even though it should.