Hi there,

I just upgraded my site from Drupal 6.30 to 6.32. For some reason, /admin/reports/status is saying the following:

Drupal 6.32
Access to update.php Protected
Configuration file Protected
Cron maintenance tasks Last run 10 min 33 sec ago
Database updates Up to date
Drupal core update status Not secure! (version 6.32 available)

I tried clearing caches, and even un-installing and re-enabling the update status module, but no change. Any suggestions on what to do now?

Thanks a lot.

Comments

VM’s picture

perform a search on the system for system.module you should only have 1 if you have more than one you've an install inside an install.

rahim123’s picture

Hmm, that doesn't seem to be the problem.

~# find /var/www/drupal6 -name 'system.module'
/var/www/drupal6/modules/system/system.module
VM’s picture

did you update by deleting the old files or by overwriting them? if the latter, consider the former.

rahim123’s picture

To upgrade, I checked which files were changed:

https://github.com/drupal/drupal/commit/66e94d74994fced9fafbb2583f1c9e1b...

https://github.com/drupal/drupal/commit/92eedf2c17bcea6db47c6b317c6ebf60...

And I deleted and replaced those files with the 6.32 release version.

VM’s picture

those are the 6.31 commits. in 6.32 was there an update status module update? if so are you sure you included that file?

rahim123’s picture

Hmm, no, those are commits for 6.31 and 6.32. I didn't see an update module update.

I normally do a patch upgrade, but the normal sites didn't have 6.32 patches available.