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

Fix compatibility with WP Cron Control plugin #715

Closed
fjarrett opened this issue Apr 22, 2015 · 0 comments · Fixed by #719
Closed

Fix compatibility with WP Cron Control plugin #715

fjarrett opened this issue Apr 22, 2015 · 0 comments · Fixed by #719
Labels

Comments

@fjarrett
Copy link
Contributor

A user recently reported that Stream was not logging any data when the WP Cron Control plugin was also present and activated.

It turns out that this plugin overrides the DOING_CRON constant which we depend on for determining the current user agent.

Since WP Cron Tracking is disabled by default in Stream's Advanced settings tab, no activity is ever tracked because it assumes every action is being performed by a cron job.

The quick fix for this is to enable WP Cron Tracking, but a more complete fix is still needed for full compatibility with this plugin.

screen shot 2015-04-22 at 12 20 30 pm

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

Successfully merging a pull request may close this issue.

1 participant