Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi!

    It looks like the theme ( LFGC ) is creating the error. Out of curiosity, in your wp-config.php file do you see the following:

    define( 'WP_DEBUG', true );

    anywhere in the file? If the doesn’t work, you may be able to try disabling all PHP errors from being shown.

    In the functions file you could try using:

    // Turn off all error reporting
    error_reporting(0);

    Let us know if that helps!

    Thank you! The “Turn off all error reporting” snippet worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: Creating default object from empty value in /home/leadfort/public_html/’ is closed to new replies.