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

Rollbar plugin creating errors and reporting itself (cron) #82

Closed
ArturMoczulski opened this issue Apr 3, 2019 · 3 comments · Fixed by #88
Closed

Rollbar plugin creating errors and reporting itself (cron) #82

ArturMoczulski opened this issue Apr 3, 2019 · 3 comments · Fixed by #88
Assignees

Comments

@ArturMoczulski
Copy link

Issue was brought up on Wordpress plugin page forum: https://wordpress.org/support/topic/rollbar-plugin-creating-errors-and-reporting-itself-cron/

Request url /wp-cron.php?doing_wp_cron=1554191111.1389780044555664062500

File /wp-content/plugins/rollbar/src/Settings.php line 103 in session_start

Issue is this line
if( !session_id()) {

Fixed by this change
if( !session_id() && !defined( 'DOING_CRON' )) {
@ArturMoczulski ArturMoczulski self-assigned this Apr 3, 2019
@acobster
Copy link

@ArturMoczulski thanks for addressing this! I found this warning and patched our installation as described above. Just wondering if we can expect this to land in the next release?

andrewminion-luminfire added a commit to andrewminion-luminfire/rollbar-php-wordpress that referenced this issue Nov 5, 2019
@E-VANCE
Copy link

E-VANCE commented Jan 29, 2020

+1

Still seeing wp_cron errors piling up in our dashboard...

@acobster
Copy link

The 2.6.1 release does not have this change for whatever reason, so this is still a problem for us too.

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

Successfully merging a pull request may close this issue.

3 participants