Warning on home page customize screen

Support Area Forums Kerygma Warning on home page customize screen

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://fireheadltd.com/
  • Author
    Posts
  • #32177
    Frederick Frahm
    Participant

    Hi Bill!

    I’m getting the following warning message when I open the customize window for my site on the Kerygma template:

    Warning: Creating default object from empty value in/home/content/p3pnexwpnas09_data02/87/2695487/html/wp-content/themes/kerygma/includes/theme-customizer.php on line 25

    What can I do to fix this? The warning only appears when I open the customize page.

    Let me know,

    Thanks so much!

    Fred

    #32179
    Bill Robbins
    Moderator

    Hello Fred,

    Good question. It seems likely that the site may have wp_debug turned on. It’s a developers tool that can add notices into a page’s content.

    To turn that off, use either the file browser that’s part of your web host’s control panel or a FTP program to browse to the root directory of your WordPress site. Then find the wp-config.php file there. Edit it and look for this line:

    
    define('WP_DEBUG', true);
    

    and change the true there to false. Then save your changes. If you don’t see that line anywhere, then add it at the bottom of the file with it set to false.

    Let me know if that doesn’t do the trick.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Warning on home page customize screen’ is closed to new replies.