The Technology Aces blog is a consolidation of the personal blog posts from the individuals that help make Technology Aces the truly elite IT professionals our clients have come to recognize and depend upon.
For more information about the individual authors please follow the links to their blog. Links can be found in the post details section of each post or in the sidebar navigation located on the left side of this page.
Using wordpress-automatic-upgrade to upgrade to 2.7-beta2
Written By
Eric Polerecky / November 7 8:32 am
Today I updated eric.polerecky.com to 2.7-beta2 using the wordpress-automatic-upgrade plugin. Everything went smooth. Once the upgrade was complete I had to disable wordpress-automatic-upgrade because of some errors in the admin pages.
How to: edit wordpress-automatic-upgrade.php around line 2100 and change
$downloadURL = ‘http://wordpress.org/latest.zip’;
to
$downloadURL = ‘http://wordpress.org/wordpress-2.7-beta2.zip’;