Before you ask please READ THIS

error code after theme update

in FatMoon Posts: 124
Hi there,
Got this message on my WP after updating theme...

Warning: Creating default object from empty value in /home/customer/www/sensibleedibles.com/public_html/wp-content/themes/fatmoon/advance/inc/theme-update-checker.php on line 190

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/www/sensibleedibles.com/public_html/wp-content/themes/fatmoon/advance/inc/theme-update-checker.php:190) in /home/customer/www/sensibleedibles.com/public_html/wp-includes/functions.php on line 6828

Warning: Creating default object from empty value in /home/customer/www/sensibleedibles.com/public_html/wp-content/themes/fatmoon/advance/inc/theme-update-checker.php on line 190

Warning: Cannot modify header information - headers already sent by (output started at /home/customer/www/sensibleedibles.com/public_html/wp-content/themes/fatmoon/advance/inc/theme-update-checker.php:190) in /home/customer/www/sensibleedibles.com/public_html/wp-admin/includes/misc.php on line 1310

Comments

  • AirAir
    Posts: 10,970
    Hello :-)

    Sorry about that. This shouldn't be happening.

    I will fix it for the next update, but for now you can fix it by going to the file fatmoon\advance\inc\theme-update-checker.php line 190 and change this code:
    		    else{
    			    $updates->no_update[$this->theme] = array(
    to
    		    elseif ( isset($updates->no_update) ){
    			    $updates->no_update[$this->theme] = array(
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion