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

Check whether Provider plugin is actually disabled when processing requests #35

Closed
tsteur opened this issue Feb 10, 2016 · 1 comment
Closed

Comments

@tsteur
Copy link
Member

tsteur commented Feb 10, 2016

It should be disabled here: https://github.com/piwik/plugin-QueuedTracking/blob/0.2.5/Commands/Process.php#L45 but from the comments in #22 (comment) it looks like it is enabled.

Need to check

@tsteur
Copy link
Member Author

tsteur commented Feb 10, 2016

I did a quick check and only these plugins were enabled:

array (
  0 => 'CoreHome',
  1 => 'Actions',
  2 => 'Referrers',
  3 => 'UserLanguage',
  4 => 'DevicesDetection',
  5 => 'Goals',
  6 => 'Ecommerce',
  7 => 'Events',
  8 => 'UserCountry',
  9 => 'VisitTime',
  10 => 'VisitorInterest',
  11 => 'Login',
  12 => 'UsersManager',
  13 => 'SitesManager',
  14 => 'CustomVariables',
  15 => 'PrivacyManager',
  16 => 'Contents',
  17 => 'BulkTracking',
  18 => 'Resolution',
  19 => 'DevicePlugins',
  20 => 'Heartbeat',
  21 => 'CustomDimensions',
  22 => 'QueuedTracking',
)

When I comment out the above line the Provider plugin will be loaded so it seems to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant