• PHP Notice: Undefined variable: acc_rew_btn in wp-content/plugins/esaudioplayer/EsAudioPlayer.php on line 409

    [31-Oct-2016 10:21:34 UTC] PHP Notice: Undefined variable: acc_frew_btn in wp-content/plugins/esaudioplayer/EsAudioPlayer.php on line 411

    This is because on declaration of these variables the names are misspelled:
    $acc_rwd_btn=””; (r 371)
    $acc_frwd_btn=””; (r 373)

    Another PHP notice is given when saving any setting:
    Notice: Undefined index: esaudioplayer_acc_scr_lnk_msg in wp-content/plugins/esaudioplayer/EsAudioPlayer.php on line 687

    It would be nice if these sloppy little “bugs” could be fixed.

  • The topic ‘2x Php notice’ is closed to new replies.