• Resolved bebertdroit

    (@bebertdroit)


    Hello, I installed the plugin. There is this error message on the pages Notice: Undefined offset: 1 in /home/zoomjurima/www/wp-content/plugins/ldd-directory-lite/includes/template-functions.php on line 68 Can you m help to remove this error message. thank you

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • this is notice, we will look into it, you can set WP_DEBUG to false in wp-config.php, it should always be false on production

    • This reply was modified 6 years, 11 months ago by LDDConsulting.
    Thread Starter bebertdroit

    (@bebertdroit)

    Thank you for your help. How to set WP_DEBUG to false? How to always put on fake. I am not a programmer.

    Plugin Author LDD Web Design

    (@lddwebdesign)

    The file wp-config.php is located in your website’s root folder.

    Thread Starter bebertdroit

    (@bebertdroit)

    I Know . I did the manipulation with the file. I change define (‘WP_DEBUG’, true) by define (‘WP_DEBUG’, false); My site crashes and I have to restart it. I don’t understand. Thank you for the help.

    https://codex.www.ads-software.com/Debugging_in_WordPress
    He should add following script, it will log errors in file and will not display them on the site.
    // Enable
    WP_DEBUG mode define( ‘WP_DEBUG’, true );
    // Enable Debug logging to the /wp-content/debug.log file
    define( ‘WP_DEBUG_LOG’, true );
    // Disable display of errors and warnings
    define( ‘WP_DEBUG_DISPLAY’, false );
    @ini_set( ‘display_errors’, 0 );
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( ‘SCRIPT_DEBUG’, true );

    Plugin Author LDD Web Design

    (@lddwebdesign)

    @bebertdroit it has been w while since we’ve heard back from you on this issue. We are going to assume it has been resolved. Thanks for using our plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error message’ is closed to new replies.