The 4.6.1 to 4.6.2 upgrade instructions states the following:
" To upgrade from Drupal 4.6.1, upload all of the files and directories in the Drupal 4.6.2 package to your webserver, replacing older copies of the files. As with any upgrade, it is a good idea to backup of your site and database first. No API or database changes have been made since Drupal 4.6.1 so all contributed themes and modules that work for 4.6.0 and 4.6.1 will work with 4.6.2."
Problem:
I did exactly what these instructions said and it resulted in access denied to the site after the upgrade. Therefore I had to restore back to version 4.6.1 to restore access the site again.
Questions:
The patch instructions are stated as follows:
To patch Drupal, use the patches below:
For Drupal 4.6.1:
http://drupal.org/files/sa-2005-002/filter-4.6.1.patch
http://drupal.org/files/sa-2005-003/xmlrpc.patch
The patch method from the above two links show the following files being modified. Do I only need to replace these files for the upgrade?
Index: modules/comment.module
Index: modules/filter.module
Index: modules/node.module
Index: includes/xmlrpc.inc
Index: includes/xmlrpcs.inc
Then I searched and found a post at http://drupal.org/node/26158 and it stated that one needed to replace all the following files:
database.pgsql
common.inc
image.inc
menu.inc
theme.inc
xmlrpc.inc
xmlrpcs.inc
blogapi.module