Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello orionrush, your help will be greatly appreciated.

    I am having problem with the constant contact feed also just like you did, not connecting with object empty message

    How do I disable debugging?
    I set the wp-config.php to:

    define(‘WP_DEBUG’, false);

    and it does not work. What am I doing wrong? I am working locally with XAMPP, if that matters.

    Thanks!

    Thread Starter orionrush

    (@orionrush)

    Ooops! I didn’t see your post — hope you’ve gotten it figured out.
    It looks though you were on the right track -This is what I’ve got to turn off and on debugging.

    //https://codex.www.ads-software.com/Editing_wp-config.php
    define('WP_DEBUG', true);
    if (WP_DEBUG) {
      define('WP_DEBUG_LOG', true);
      define('WP_DEBUG_DISPLAY', true); // false
      @ini_set('display_errors', 0);
    }
    Plugin Contributor Zack Katz

    (@katzwebdesign)

    The many PHP notices are fixed with version 2.1.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gravity Forms Constant Contact Add-on incompatible with WP_DEBUG’ is closed to new replies.