• ResolvedPlugin Author JS Morisset

    (@jsmoriss)


    To provide quick and effective support, please do the following before posting your message:

    * Turn on NGFB’s debug mode by checking the option on the bottom of the options page, or defining the following constant in your wp-config.php file:

    define('NGFB_DEBUG', true);

    * Turn on WordPress’ debug mode by adding the following to your wp-config.php file:

    define('WP_DEBUG', true);
    if ( WP_DEBUG ) {
            define('WP_DEBUG_LOG', true);
            define('WP_DEBUG_DISPLAY', false);
            @ini_set('display_errors',0);
    }

    In your support message, please include the following:

    * A URL to the webpage showing the problem (if any).

    * Any error messages related to NGFB in the WordPress debug log ~/wordpress/wp-content/debug.log

    * Any error messages related to NGFB in the web server error log (defined by ErrorLog in Apache’s config, for example).

    Do not post to this thread – please start a new thread for your issue.

    Thank you,

    js.

    http://wordpress.org/extend/plugins/nextgen-facebook/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    Please note:

    In version 5.0, the debug checkbox is available under the “Open Graph” -> “Advanced” admin menu page.

    Thanks,

    js.

    Plugin Author JS Morisset

    (@jsmoriss)

    The latest versions also support an NGFB_WP_DEBUG constant to send NGFB related messages to the WordPress debug.log as well. To get the maximum logging, you can use the following in your wp-config.php file:

    define('WP_DEBUG', true);
    if ( defined('WP_DEBUG') ) {
            define('WP_DEBUG_LOG', true);
            define('WP_DEBUG_DISPLAY', false);
            @ini_set('display_errors',0);
    }
    
    define('NGFB_DEBUG', true);
    define('NGFB_WP_DEBUG', true);

    js.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please Read Before Posting’ is closed to new replies.