Hi All

I'm using Drupal 7 with Drupal Core 7.7 and I have my site set to allow and check for updates. I keep getting warning telling me that there are security updates because I'm not on Core 7.17. As I'm on Core 7.7, is there any way to switch this warning off (without disabling updates and update checking)?

Cheers

Jibb

Comments

sebto’s picture

I don't think so. If the 'Update Manager' module is enabled, you may see security update notification for other modules that require a security update. Therefore you have to disable this module.
By the way, your Drupal configuration to display errors, may affects this issue.

jibberish’s picture

Thanks Vahid

Anyone know if editing any of the following might help?

./modules/aggregator/tests/aggregator_test_atom.xml
./modules/aggregator/tests/aggregator_test_rss091.xml
./modules/update/tests/aaa_update_test.1_0.xml
./modules/update/tests/aaa_update_test.no-releases.xml
./modules/update/tests/bbb_update_test.1_0.xml
./modules/update/tests/ccc_update_test.1_0.xml
./modules/update/tests/drupal.0.xml
./modules/update/tests/drupal.1.xml
./modules/update/tests/drupal.2-sec.xml
./modules/update/tests/drupal.dev.xml
./modules/update/tests/update_test_basetheme.1_1-sec.xml
./modules/update/tests/update_test_subtheme.1_0.xml

vm’s picture

why not update core so you aren't running an insecure site? It's not a difficult process.

jibberish’s picture

Thanks, VM.

I'm on 7.7 which is a higher level than the 7.1 recommended.

vm’s picture

incorrect. 7.7 is older than 7.16 which is why you are getting the update status notification. 7 < 16

which means you missed 7.8, 7.9, 7.10, 7.11, 7.12, 7.13, 7.14, 7.15, and now 7.16

jibberish’s picture

Ah nice one thanks. I mistakenly read it as 7.1.6 :-)