Title: [Plugin: Visual Form Builder] define(&#039;WP_DEBUG&#039;, TRUE);
Last modified: August 20, 2016

---

# [Plugin: Visual Form Builder] define('WP_DEBUG', TRUE);

 *  [Goran Petrovic](https://wordpress.org/support/users/goran321/)
 * (@goran321)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/)
 * Can you define variables… when i turn on DEBUG i have bugs…
    Please repair all
   of this errors
 * Notice: Undefined index: form_notification_setting in /Applications/MAMP/htdocs/
   wp/dev/wp-content/plugins/visual-form-builder/visual-form-builder.php on line
   582
 * Notice: Undefined index: form_notification_entry in /Applications/MAMP/htdocs/
   wp/dev/wp-content/plugins/visual-form-builder/visual-form-builder.php on line
   588
 * Notice: Undefined variable: verification_id in /Applications/MAMP/htdocs/wp/dev/
   wp-content/plugins/visual-form-builder/visual-form-builder.php on line 702
 * Notice: Undefined variable: verification_id in /Applications/MAMP/htdocs/wp/dev/
   wp-content/plugins/visual-form-builder/visual-form-builder.php on line 702
 * [http://wordpress.org/extend/plugins/visual-form-builder/](http://wordpress.org/extend/plugins/visual-form-builder/)

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

 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2794909)
 * “Notice” isn’t a bug. It is a warning. It means that the code is depending upon
   undefined behavior. Something labeled “Notice” pretty much always works, but 
   might stop working at some time in the future. It isn’t an error, but might– 
   might– become one sometime later. They are best cleaned up, but don’t panic about
   them.
 *  Thread Starter [Goran Petrovic](https://wordpress.org/support/users/goran321/)
 * (@goran321)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2794968)
 * just try work on site when is DEBUG == TRUE,
    don’t work redirect don’t work 
   message after submit, don’t work form bulder.. etc… 😉 that is a 10h work to 
   fix that …
 * Best regards
 *  Thread Starter [Goran Petrovic](https://wordpress.org/support/users/goran321/)
 * (@goran321)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2794969)
 * But i must to say this is a best form builder plugin 🙂 for me.
 * And if you can add on select box some list of values like countries list or somting
   simple…
 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2794979)
 * Yes, those debug messages can cause some things to break, depending upon where
   they show up.
 *  Thread Starter [Goran Petrovic](https://wordpress.org/support/users/goran321/)
 * (@goran321)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2794987)
 * just define variables
    $variable = (!empty($value)) $value ? : NULL ;
 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2795032)
 * > just define variables
   >  $variable = (!empty($value)) $value ? : NULL ;
 * Of course, that is what the Notice is telling should have been done. Still, the
   reason it is a “Notice” and not an “Error” is that the code does work, at least
   for now.

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

The topic ‘[Plugin: Visual Form Builder] define('WP_DEBUG', TRUE);’ is closed to
new replies.

 * ![](https://ps.w.org/visual-form-builder/assets/icon-256x256.png?rev=1205840)
 * [Visual Form Builder](https://wordpress.org/plugins/visual-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-form-builder/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-visual-form-builder-definewp_debug-true/#post-2795032)
 * Status: not resolved