<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Thanks, Nancy. There are two things which concern me.<br>
    <br>
    1) When go to <a class="moz-txt-link-freetext" href="http://(mysite)/update.php">http://(mysite)/update.php</a>, I only get to what appears
    to be step three of five. I am not able to progress to "Run updates"
    and "Review log", the last two steps.<br>
    <br>
    2) When I go to the "Status report" page for my site, it still shows
    "Drupal 7.2".<br>
    <br>
    All indications are that the upgrade did not complete.<br>
    <br>
    Thanks,<br>
    --ross<br>
    <br>
    On 7/4/2011 11:49 AM, Ms. Nancy Wichmann wrote:
    <blockquote
      cite="mid:1309798172.96494.YahooMailNeo@web180308.mail.gq1.yahoo.com"
      type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
        255); 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 style="right: auto;">&nbsp;</div>
        <div style="right: auto;"><font color="#ff007f" face="bookman
            old style, new york, times, serif" size="4"><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: 2px solid rgb(16, 16, 255);
            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 face="Arial"
                  size="2">
                  <b><span style="font-weight: bold;">From:</span></b>
                  Ross Bundy <a class="moz-txt-link-rfc2396E" href="mailto:ross.e.bundy@gmail.com">&lt;ross.e.bundy@gmail.com&gt;</a><br>
                  <b><span style="font-weight: bold;">To:</span></b>
                  <a class="moz-txt-link-abbreviated" href="mailto:support@drupal.org">support@drupal.org</a><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 class="yiv803223563moz-text-html"
                    lang="x-western">
                    <div style="font-family: -moz-fixed; font-size:
                      14px;" class="yiv803223563moz-text-flowed"
                      lang="x-western">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
                      <a class="moz-txt-link-freetext" href="http://drupal.org">http://drupal.org</a> 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
                      <a class="moz-txt-link-freetext" href="http://drupal.org/files/projects/drupal-x.y.tar.gz">http://drupal.org/files/projects/drupal-x.y.tar.gz</a>
                      <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 moz-do-not-send="true"
                        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
                      <a class="moz-txt-link-freetext" href="http://www.example.com/update.php">http://www.example.com/update.php</a> (replace <br>
                      &nbsp;&nbsp; <a moz-do-not-send="true"
                        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 moz-do-not-send="true"
                  href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
                ]<br>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
  </body>
</html>