• Notice: WP_Session::get_instance was called incorrectly. Please use native Session functionality. Please see Debugging in WordPress for more information. (This message was added in version 3.0.) in /home/agsgerbi/public_html/wp-includes/functions.php on line 4161

    Notice: Undefined property: WP_Session::$session_id in /home/agsgerbi/public_html/wp-content/plugins/charitable/includes/public/class-charitable-session.php on line 381

    Notice: Undefined property: WP_Session::$session_id in /home/agsgerbi/public_html/wp-content/plugins/charitable/includes/public/class-charitable-session.php on line 381

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter agsrescue

    (@agsrescue)

    It looks like this plugin is interfering with the Session Handler of another plugin, do you have a compatibility update available?

    Hi @agsrescue,

    This is likely to be a plugin clash, as you said. What other plugins do you have installed?

    The $session_id property was a private property on older versions of the WP_Sessions class, so the problem may be that another plugin is introducing the same class with an older version.

    Cheers,
    Eric

    Thread Starter agsrescue

    (@agsrescue)

    Thank you for the help! We disabled our other plugins and tried some troubleshooting but were unable to find the conflicting plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Getting the following errors today’ is closed to new replies.