Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Barrett Golding

    (@hearvox)

    Line 58 is: if (in_array($_REQUEST[‘page’], array(‘botr_login’)))

    Maybe the script needs to first check if there is any $_REQUEST data, b/c I tested this and it makes that Notice go away:

    if (isset($_REQUEST[‘page’]) && in_array($_REQUEST[‘page’], array(‘botr_login’)))

    Plugin Contributor JW Player

    (@longtail-video)

    Odd, I will pass this along, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Notice: Undefined index’ is closed to new replies.