• I’m getting this Warning:

    Warning: Creating default object from empty value in /home2/…../public_html/wp-content/themes/emphaino/inc/customizer.php on line 229

    I opened the file from CPanel with Code Editor and the line 229 was:

    $wp_customize->get_section( ‘static_front_page’ )->priority = 105;

    I tried to delete customizer.php and i upload the back up file customizer.php and still the same problem.

    Any help would be wonderful.

    Best,

Viewing 1 replies (of 1 total)
  • Thread Starter ememz

    (@ememz)

    Updated:

    I did some research and i read this i a problem of PHP version
    ( i use 5.4 .)

    I add the following code to wp-config.php file.

    ini_set( ‘display_errors’, 0 );

    And the warning has gone.
    But please can someone tell me will there be a problem in the future on my website from this warning?

    Best,

Viewing 1 replies (of 1 total)

The topic ‘Warning: Creating default object from empty value in :’ is closed to new replies.