I'm not able to upgrade Core from a Drupal 6.16 installation. This is on a multisite, and the "parent" installation has folders for versions of Drupal going up to 6.22.
The update.php seems to run fine, throwing no errors, but when I return to the
admin/reports/updates
I see that no changes have been made to Core.
I've tried:
- Clearing Drupal cache
- Clearing browser cache
- Croning my heart out
I have read #1180344: Drupal not recognizing core update and particularly the comment linked below, where the system table is often the culprit for linking to modules/themes in old Core installation folders. This is not the case for me.
Comment 10 - Cron keeps asking for 6.22 after 5 times installing 6.22
Upon inspection, and querying
SELECT * FROM `system` WHERE `filename` LIKE "sites/all/modules/drupal%";
I see that the modules are not linked improperly. Instead they appear, for example, as:
sites/all/modules/cck_time/cck_time.module
So the system table seems to be fine, it's straight not updating Core. I haven't been granted full access to the parent installation, but if I gain steps and procedures, I hope to be able to walk our IT guys through any changes that need to be made in the "parent" installations.