• Resolved awcode

    (@awcode)


    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' )) {

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Rollbar plugin creating errors and reporting itself (cron)’ is closed to new replies.