• wayne20

    (@wayne20)


    Hi there,

    This morning, an error has suddenly occurred and I’m assuming it’s to do with a plugin update 3 hours ago.
    Thanks for any help you might have.
    Cheers,

    Wayne

    Here’s part of the Warning:

    Warning: Undefined variable $_SESSION in /home/48807-43020.cloudwaysapps.com/tnjttnxrku/public_html/wp-content/plugins/mailgun/includes/admin.php on line 340
    Call Stack

Viewing 2 replies - 1 through 2 (of 2 total)
  • andrewleap

    (@andrewleap)

    You should be using set_transient, but if you insist on using sessions, you need to call session_start

    Chillifish

    (@chillifish)

    Temp fix change line 340 in admin.php

    if ( isset( $_SESSION['settings_turned_of'] ) && $_SESSION['settings_turned_of'] === false && ($apiActiveNotConfigured || $smtpActiveNotConfigured) ) { ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version:1.9.8 Is Causing An Error’ is closed to new replies.