Session/cron PHP Warning
-
The fix created for package rollbar/rollbar-php-wordpress was never ported over to the WordPress plugin version. I received thousands of occurrences until patched it myself, please release an update with the fix.
Equivalent wpackagist package issue
To resolve, update line 102 of wp-content/plugins/rollbar/src/Settings.php to:
if( !session_id() && !defined( 'DOING_CRON' )) {
as defined here.
- The topic ‘Session/cron PHP Warning’ is closed to new replies.