Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1054262

    Hello,

    On every page that does not have a header/footer, I have this line on the top. Can you please fix it ?

    Notice: Undefined index: index in /home/escapekinu/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 421

    #1054323

    Hey clpont,

    Please configure debug display according to the article below:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1060054

    Hello

    I dont understand your reply.

    #1060056

    Hello,

    I am not a tech guy. Could you please do the debunging for me ?

    #1061186

    Hi clpont,

    You need to go to your wp-config.php and add this code:

    
    // Turn debugging on
    define('WP_DEBUG', true);
    
    // Tell WordPress to log everything to /wp-content/debug.log
    define('WP_DEBUG_LOG', true);
    
    // Turn off the display of error messages on your site
    define('WP_DEBUG_DISPLAY', false);
    
    // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen
    @ini_set('display_errors', 0);
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.