<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto"><FONT style="RIGHT: auto" face="arial, helvetica, sans-serif">If you get to "No pending updates," then you're done.<VAR id=yui-ie-cursor></VAR></FONT><BR style="RIGHT: auto" class=yui-cursor></SPAN></div>
<DIV></DIV>
<DIV style="RIGHT: auto">&nbsp;</DIV>
<div style="RIGHT: auto"><FONT color=#ff007f size=4 face="bookman old style, new york, times, serif"><I><STRONG>Nancy</STRONG></I></FONT></div>
<div style="RIGHT: auto">&nbsp;</div>
<div><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></div>
<div><BR>
<BLOCKQUOTE style="BORDER-LEFT: rgb(16,16,255) 2px solid; PADDING-LEFT: 5px; MARGIN-LEFT: 5px">
<DIV style="FONT-FAMILY: Courier New, courier, monaco, monospace, sans-serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr readonly="true" contenteditable="false"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Ross Bundy &lt;ross.e.bundy@gmail.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> support@drupal.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Monday, July 4, 2011 11:56 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> [support] Upgrading Issue<BR></FONT><BR>
<DIV id=yiv803223563>
<DIV lang=x-western class=yiv803223563moz-text-html>
<DIV style="FONT-FAMILY: -moz-fixed; FONT-SIZE: 14px" lang=x-western class=yiv803223563moz-text-flowed>Hi, <BR><BR>I'm new to Drupal. I installed Drupal 7.2 on Windows a few weeks ago. Once I saw the security alert for 7.2 and .3, I've been trying to upgrade to 7.4. However, I must be missing something basic. <BR><BR>I've tried following the upgrading instructions in the UPGRADE.txt file that came with the 7.4 release. I get to step 6, "Run update.php ...," but I'm not able to successfully complete the update. I get to the "Review updates" page, but it says "No pending updates," and there is no button to continue to the "Run updates" step. I've even tried setting "$update_free_access = TRUE;" in the "settings.php" file, think that this might help. <BR><BR>Does anyone know what I might be doing wrong? <BR><BR>The instructions from the UPGRADE.txt file are below. <BR><BR>Thanks, <BR>--ross <BR><BR>---------------------------- <BR>MINOR VERSION UPDATES
 <BR>--------------------- <BR>To update from one minor 7.x version of Drupal to any later 7.x version, after <BR>following the instructions in the INTRODUCTION section at the top of this file: <BR><BR>1. Log in as a user with the permission "Administer software updates". <BR><BR>2. Go to Administration &gt; Configuration &gt; Development &gt; Maintenance mode. <BR>&nbsp;&nbsp; Enable the "Put site into maintenance mode" checkbox and save the <BR>&nbsp;&nbsp; configuration. <BR><BR>3. Remove all old core files and directories, except for the 'sites' directory <BR>&nbsp;&nbsp; and any custom files you added elsewhere. <BR><BR>&nbsp;&nbsp; If you made modifications to files like .htaccess or robots.txt, you will <BR>&nbsp;&nbsp; need to re-apply them from your backup, after the new files are in place. <BR><BR>&nbsp;&nbsp; Sometimes an update includes changes to settings.php (this will be noted in <BR>&nbsp;&nbsp; the release announcement). If that's the
 case, replace your old settings.php <BR>&nbsp;&nbsp; with the new one, and copy the site-specific entries (especially the lines <BR>&nbsp;&nbsp; giving the database name, user, and password) from the old settings.php to <BR>&nbsp;&nbsp; the new settings.php. <BR><BR>4. Download the latest Drupal 7.x release from http://drupal.org to a <BR>&nbsp;&nbsp; directory outside of your web root. Extract the archive and copy the files <BR>&nbsp;&nbsp; into your Drupal directory. <BR><BR>&nbsp;&nbsp; On a typical Unix/Linux command line, use the following commands to download <BR>&nbsp;&nbsp; and extract: <BR><BR>&nbsp;&nbsp;&nbsp;&nbsp; wget http://drupal.org/files/projects/drupal-x.y.tar.gz <BR>&nbsp;&nbsp;&nbsp;&nbsp; tar -zxvf drupal-x.y.tar.gz <BR><BR>&nbsp;&nbsp; This creates a new directory drupal-x.y/ containing all Drupal files and <BR>&nbsp;&nbsp; directories. Copy the files into your Drupal installation directory: <BR><BR>&nbsp;&nbsp;&nbsp;&nbsp; cp -R
 drupal-x.y/* drupal-x.y/.htaccess /path/to/your/installation <BR><BR>&nbsp;&nbsp; If you do not have command line access to your server, download the archive <BR>&nbsp;&nbsp; from <A class=yiv803223563moz-txt-link-freetext href="http://drupal.org/" rel=nofollow target=_blank>http://drupal.org</A> using your web browser, extract it, and then use an <BR>&nbsp;&nbsp; FTP client to upload the files to your web root. <BR><BR>5. Re-apply any modifications to files such as .htaccess or robots.txt. <BR><BR>6. Run update.php by visiting http://www.example.com/update.php (replace <BR>&nbsp;&nbsp; <A class=yiv803223563moz-txt-link-abbreviated href="http://www.example.com/" rel=nofollow target=_blank>www.example.com</A> with your domain name). This will update the core database <BR>&nbsp;&nbsp; tables. <BR><BR>&nbsp;&nbsp; If you are unable to access update.php do the following: <BR><BR>&nbsp;&nbsp; - Open settings.php with a text editor. <BR><BR>&nbsp;&nbsp; -
 Find the line that says: <BR>&nbsp;&nbsp;&nbsp;&nbsp; $update_free_access = FALSE; <BR><BR>&nbsp;&nbsp; - Change it into: <BR>&nbsp;&nbsp;&nbsp;&nbsp; $update_free_access = TRUE; <BR><BR>&nbsp;&nbsp; - Once the upgrade is done, $update_free_access must be reverted to FALSE. <BR><BR>7. Go to Administration &gt; Reports &gt; Status report. Verify that everything is <BR>&nbsp;&nbsp; working as expected. <BR><BR>8. Ensure that $update_free_access is FALSE in settings.php. <BR><BR>9. Go to Administration &gt; Configuration &gt; Development &gt; Maintenance mode. <BR>&nbsp;&nbsp; Disable the "Put site into maintenance mode" checkbox and save the <BR>&nbsp;&nbsp; configuration. <BR><BR></DIV></DIV></DIV><BR>-- <BR>[ Drupal support list | <A href="http://lists.drupal.org/" target=_blank>http://lists.drupal.org/</A> ]<BR><BR></DIV></DIV></BLOCKQUOTE></div></div></body></html>