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.
Related Posts
Search
About This Entry
- You’re currently reading “Donncha: WordPress MU 2.8.3,” an entry on The Staff Lounge
- Published at 8.7.09 / 9pm
Related Entries
- Donncha: WordPress MU 2.8.4 - Wordpress
- Donncha: WordPress MU 2.8.1 - Wordpress
- Donncha: WordPress MU 2.6.3 - Wordpress
- Security Release: bbPress 0.9.0.2 - bbPress
- Donncha: WordPress MU 2.8.2 - Wordpress
Recent Entries
- Dev Blog: WordPress 3.0.1 - Wordpress
- vBulletin 3.8.7 coming - vBulletin AnnouncementsvBulletin.com
- Weblog Tools Collection: WordPress Plugin Releases for 07/29 - Wordpress
- Matt: New Kindle - Wordpress
- vBulletin.com is now running on vB 4.0.6 - vBulletin AnnouncementsvBulletin.com
Popular Resources
- Phorum-5.2.8 final released (12 replies) - 41314 Views
- Phorum-5.2.9a released (10 replies) - 34031 Views
- IPB Resources - 19609 Views
- Weblog Tools Collection: WordPress Plugin Releases for 02/07 - 16020 Views
- Phorum-5.2.9 released! Security Upgrade! (no replies) - 12698 Views







One Response to “Donncha: WordPress MU 2.8.3”
Please Wait
Leave a Reply