Forum Replies Created

Viewing 1 replies (of 1 total)
  • i just updated my site as well and received a fata error. It states that my widget.php file had problems with a certain line so i downloaded my .php file, deleted the line and was able to get back in. I then deleted another problematic line in another widget.php file and no more errors. I don’t know what I did in deleting the lines for widget tag cloud and another for array merger but it helped me get back into the site…

    Here are the lines i deleted for ref:

    $this->WP_Widget_Tag_Cloud(); <—– from widget.php with the library of the theme folder

    $widget = array_merge($widget, $options); <—— from another widget.php in the wp-includes folder.

    These are the only 2 files i changed for my site to come back. I know your themes are different but I’m just wondering what these 2 lines actually do or how it’ll affect my theme.

Viewing 1 replies (of 1 total)