Hi everyone,

i think i did upgraded. yet the alert remains.(flickr )
it says its still on 6.10.

http://www.flickr.com/photos/areatopic/3579799555/in/photostream/

Appreciate suggestion.

Kenji

Comments

vm’s picture

version of drupal is reported by the system.module ensure that all files were replaced when upgrading.

areatopic’s picture

THanks for the suggestion.

One thing I would like to clarify.

i did install recommended version (the most recent one, the one at the top)
in other words, skipped other two "less recent" ones.
i thought the most recent update covers everything.

should have i installed them one by one in chronological order?

besides there is another module (event ) that not up-to-date. is this the reason alerts says the version on 6.10?

Best,

Kenji

vm’s picture

modules have nothing to do with reporting what version of drupal core you are using.

I would repeat the upgrade process after checking the system.module which is located in your modules/system/ folder.

at the top of the file you will see something similar to

/**
 * The current system version.
 */
define('VERSION', '6.12');

if your system module has:

/**
 * The current system version.
 */
define('VERSION', '6.10');

then you did not perform the upgrade properly and should reupload the 6.12 core again, ensure to overwrite the files.