-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
TrackerSecondaryDb plugin. #676
Comments
Attachment: version 0.1 |
In order to get the plugin working with current version of Piwik (0.2.34), you need to apply the patch "TrackerSecondaryDb-0.2.34.patch" for Piwik. |
Attachment: |
version 0.2 Fixed problem with Piwik authorization when running from command-line mode. |
Attachment: |
Attachment: |
new version, fixed critical issue: When site was not cached function isHostKnownAliasHost() throwed an exception. |
Closing for now as the plugin doesn't seem to work (issues an error on the plugin page). |
matt: That error is easy to fix. Just remove the two require_once in TrackerSecondaryDb/TrackerSecondaryDb.php. This error must have appeared after Piwik completely switched to autoloading. |
Attachment: Fixed error on Plugin page. |
Thanks halfdan, reopened the plugin. |
This functionnality will be provided in core, via #134 |
Plugin that logs visits information to the file when we are not able to connect to the database.
When using <= 0.2.34 version apply TrackerSecondaryDb-0.2.34.patch attached to the ticket before installing the plugin.
When using trunk or > 0.2.34 just install the plugin and see the README.
The text was updated successfully, but these errors were encountered: