WordPress MU 2.8.3

WordPress MU is a multi user or multi blog version of WordPress that is used to run sites like WordPress.com.

WordPress MU 2.8.3 is a security and bugfix release based on the fixes in WordPress 2.8.3 but also contains many other changes.

It’s a required upgrade for security reasons but also fixes a number of annoying bugs, especially #1067 and #1076.

Unfortunately the automatic upgrader in MU 2.8.2 is broken but it’s simple to fix:

  • Before upgrading, edit wp-admin/includes/class-wp-upgrader.php and look for line 697.
    if ( !$wp_filesystem->copy($working_dir . ‘/wordpress/wp-admin/includes/update-core.php’, $wp_dir . ‘wp-admin/includes/update-core.php’, true) ) {

  • See the “/wordpress/wp-admin/includes” bit? Change that to “/wordpress-mu/wp-admin/includes”:
    if ( !$wp_filesystem->copy($working_dir . ‘/wordpress-mu/wp-admin/includes/update-core.php’, $wp_dir . ‘wp-admin/includes/update-core.php’, true) ) {

  • Save the file and auto upgrade. I upgraded this afternoon without a hitch after making that change. It’s fixed in 2.8.3 so it’s the last time you’ll have to do it.

Do not copy and paste the line above as WordPress will have changed the quotes to “smart quotes”. Actually go in and type “-mu” after “wordpress”. No copy and pasting please!

If auto upgrading still doesn’t work, don’t sweat it. Download the new release from the download page and upgrade manually, overwriting your current install with the new files.


You might also like

If you like this post then please subscribe to my full RSS feed. You can also click here to subscribe by email. There are also my fabulous photos and funny videos to explore too!

39 thoughts on “WordPress MU 2.8.3

  1. Pingback: Wordpress MU 2.8.3 - WPMU Tutorials

  2. Pingback: WPMU version 2.8.3 is out - WPMU Tutorials

  3. Pingback: #Wordpress MU 2.8.3 released « Mark.

  4. Pingback: WordPress Mu 2.8.3 | Ayuda WordPress

  5. Pingback: WordPress MU 2.8.3 freigegeben - WordPress MU 283, behebt einen schwerwiegenden Rechtefehler, Wir raten allen Benutzern dringend auf die neue Version zu aktualisieren, Aufgrund eines Bugs in WordPress MU 282 ist keine automatische Aktualisierung auf Versi

  6. Pingback: Démo — Blog — sortie de WPMU 2.8.3

  7. ray

    little reminder to all code pasters: always remember to check code snippets you are pasting from a website into an editor for tick marks, inverted commas, single quotation marks – because ’ is not ‘ , even when it looks like it on this page.
    besides that: the update went through fine, so i must acknowledge that this was a really big mu-ing step!

    Reply
  8. Angelo (4 comments.)

    I don’t want to end up with the latest commit on 2.8, I just want releases. Does stuff get commited to the branches in between releases?

    Reply
  9. Angelo (4 comments.)

    Ok, it looks like 2.8.3 is revision 1929 in trac, and looks like the branch isn’t updated yet… so I guess I’ll do that. But I’ll have to remember not to do any updates until the next release.

    Reply
  10. Pingback: Rob's Blog » Finally..a smoother upgrade

  11. Wabber (1 comments.)

    Hi.. thanks for the tip.. worked perfectly :) Saved me trying to figure out which files to upload manually.. thanks!

    Reply
  12. Pingback: WordPress MU 2.8.3 简体中文语言包发布 | 梦色的窝

  13. Mark

    Hi,

    thanks for the workaround. I just tried it, but I got a warning message saying, that I am trying to download the en-us-Version which doesn’t match with my language version.

    So what to do?

    Kind Regards
    Mark

    Reply
  14. kunal

    Sorry for the newbie question, but I would not see this problem if I was upgrading directly from a version prior to 2.8.2 would I? I am still running 2.7.1

    Also, is 2.8.4 expected soon? If so, I might just wait a bit and upgrade directly to that.

    Thanks!

    Reply
  15. Pingback: WordPress MU 2.8.4

  16. Pingback: WordPress MU 2.8.4 released | Ramoonus.nl

  17. Pingback: Your Wordpress MU 2.9.1 Upgrade/Update Failed? Some Helpful Tips.

Leave a Reply