Title: i get this error
Last modified: September 1, 2016

---

# i get this error

 *  Resolved [sarbar](https://wordpress.org/support/users/sarbar/)
 * (@sarbar)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/i-get-this-error-3/)
 * Hi Amit
    i have added the plugin for two of my websites, **it runs Great, Thanks
   one of them has this error
 * when i click the app icon it opens and shows this.
    site is running Enfold last
   Version
 * **Notice: Undefined index: contact in /home/spakbcoi/domains/spa-kb.co.il/public_html/
   wp-content/plugins/accessible-poetry/inc/acp-toolbar.php on line 74**
 * Baruch
 * [https://wordpress.org/plugins/accessible-poetry/](https://wordpress.org/plugins/accessible-poetry/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Lea](https://wordpress.org/support/users/leac/)
 * (@leac)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/i-get-this-error-3/#post-8218525)
 * I too like this plugin. And I too ran into this error.
 * I fixed it locally by testing if that index is set in the array. In the line 
   of code indicated in the error (with your version – 74, in the latest version(
   2.0.1) it’s line 68), add isset() function before the check of the value.
 * So instead of:
    `if( $options['contact'] == 1 || $options['declaration'] == 1):`
 * The condition should be:
    `if ( (isset( $options['contact'] ) && $options['contact']
   == 1) || (isset( $options['declaration'] ) && $options['declaration'] == 1) ):`
 *  Plugin Author [Amit Moreno](https://wordpress.org/support/users/digisphere/)
 * (@digisphere)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/i-get-this-error-3/#post-8937599)
 * Please try the new version and let me know if the bug was fixed. we fixed many
   bugs over the last weeks.
 *  [Lea](https://wordpress.org/support/users/leac/)
 * (@leac)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/i-get-this-error-3/#post-9096087)
 * There are no errors in debug mode and I see that this condition doesn’t appear
   anymore, so it seems that this bug was taken care of. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘i get this error’ is closed to new replies.

 * ![](https://ps.w.org/accessible-poetry/assets/icon.svg?rev=2785029)
 * [AccessibleWP - Accessibility Toolbar](https://wordpress.org/plugins/accessible-poetry/)
 * [Support Threads](https://wordpress.org/support/plugin/accessible-poetry/)
 * [Active Topics](https://wordpress.org/support/plugin/accessible-poetry/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accessible-poetry/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accessible-poetry/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Lea](https://wordpress.org/support/users/leac/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/i-get-this-error-3/#post-9096087)
 * Status: resolved