• Hi,

    I’m debugging login issues and found an error in our logs for WP Bouncer:

    [05-May-2017 13:52:46 UTC] PHP Notice: Undefined variable: ub in /home/gozen/public_html/wp-content/plugins/wp-bouncer/wp-bouncer.php on line 117
    [05-May-2017 13:52:46 UTC] PHP Notice: Undefined variable: ub in /home/gozen/public_html/wp-content/plugins/wp-bouncer/wp-bouncer.php on line 129

    Any ideas what’s causing this?

Viewing 1 replies (of 1 total)
  • Thread Starter wekhter

    (@wekhter)

    After getting a chance to look at the code myself, it looks like $ub was misspelled as $up on line 72, causing all instance of $ub to be an undefined variable.

    Can’t believe no one’s noticed that before!

    • This reply was modified 7 years, 6 months ago by wekhter.
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice: Undefined variable: ub’ is closed to new replies.