Hi
I am trying to upgrade a Drupal site from 5.7 to 5.23, and I'm having issues.
I'm doing this on a test duplicate of the live site, because this is a client site and I want to confirm the upgrade works fine before.
I have to say first though, that the genius that created the site 2 years ago before me, placed all contrib modules into the core modules folder. So before all this procedure, I first did a window-to-window comparison of the current core modules dir, and the modules dir of a new Drupal 5.23 folder. I copied out to a temp folder all the modules not present in the 5.23 fresh instance, assuming these are contrib modules. I am crossing my fingers it isn't the reason for the problem belowww........
Steps I am doing:
First, making a copy of the live site to test the upgrade steps:
-Copying current live drupal site (5.7) directory to a new directory. No problems.
-Copying current live drupal database in PHPMyAdmin, using Operations tab. No problems.
-Edited the sites/default/settings.php so it points to the newly copied database.
-The new copy of the live site works just fine. All functionality is there.
Now, beginning the upgrade:
-I backed up all contrib modules and the custom site theme to somewhere temporary. No problems.
-I logged in as administrator (first user). No problems.
-I turn off all the contrib modules. No problems.