Viewing 4 replies - 1 through 4 (of 4 total)
  • does this happen with an empty plugins folder?

    Thread Starter 722579

    yes it does

    the plugins folder is empty now

    can you get into the admin?

    if so, try clearing out all the widgets in your appearance. or changing theme.

    if not, what if you (temporarily) start a new blog by changing the db prefix in wp-config.php?

    change $table_prefix = ‘wp_’; to something else, eg “wp_temp_clean_”

    actually, before you do that read this
    http://wordpress.org/support/topic/165484?replies=13
    and check your wp-admin/widgets.php, line 45 for

    // for the sake of PHP warnings
    if ( empty( $sidebars_widgets[$sidebar] ) )
    	$sidebars_widgets[$sidebar] = array();

    if you don’t have that code which is there to stop that error (i think), then get the latest WP code. the problem is either a blank, or garbled option(‘sidebars_widgets’) which needs resetting.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fatal error: …../wp-includes/widgets.php on line 358’ is closed to new replies.