• kpdesign

    (@kpdesign)


    I’m using Version 1.1.2 of the plugin.

    When I open the widget in the sidebar to fill out the fields, 2 of them have undefined index notices in the form fields:

    1. Notice in Google/Feedburner ID form field in widget:

    Notice: Undefined index: id in ……\wp-content\plugins\genesis-enews-extended\class-bjgk-genesis-enews-extended.php on line 149

    2. Notice in E-Mail form field in widget:

    Notice: Undefined index: email-field in ……\wp-content\plugins\genesis-enews-extended\class-bjgk-genesis-enews-extended.php on line 160

    I have WP_DEBUG set to true in my config file on my dev install so that I can catch notices, errors, etc. in my own work. Happened to find these this evening, thought you might want to know so you can take care of them in the next release. 🙂

    http://wordpress.org/extend/plugins/genesis-enews-extended/

Viewing 1 replies (of 1 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Looks like I failed to declare those two to default null when constructing the widget.

    Fixed for the next release! Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Undefined index notices’ is closed to new replies.