Support » Networking WordPress » After updating to 3.3 all the images are broken on all my sites

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dalziel

    (@dalziel)

    Ok, I remembered there is an issue in one of the plugins somewhere on my site that is causing a blank space to be included, I just needed to add `

    ob_clean();
    flush();

    above

    readfile( $file );

    in wp-includes/ms-files.php & it works

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Actually the BETTER fix would be to, y’know, fix that plugin. As you found, when you edit core files, upgrades overwrite that.

    What plugin is this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After updating to 3.3 all the images are broken on all my sites’ is closed to new replies.