I'm only reporting a bug.

Update Status module shows version 5.7 availability, but drupal 5.7 is correctly installed and working...

You can check the attached images.

CommentFileSizeAuthor
ScreenShot002.png19.9 KBenli
ScreenShot001.png21.96 KBenli

Comments

dww’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

I bet if you searched all the .info files on your site, you'd find some that still think your site is running 5.5, not 5.7. update_status just looks at the .info files. Sadly, it doesn't have code to warn you when it finds different modules from the same project (in this case, core), that have different version strings. See http://drupal.org/node/166333

Also, are you using the "localizer" module? See http://drupal.org/node/215442

enli’s picture

Well all of 5.5 modules are not anymore on my site and were substituted by 5.7 drupal core modules.

I'm not using "localizer" module, I'm using the following modules but nevere had problems with previous updates of drupal:

contact forms, google analytics, meta tags, node as block, spam, token, update status, colorpicker, image, lightbox2, gmap, simplenews, jquery update, xml sitemap.

I'm not running localizer. All these modules are updated.

dww’s picture

Core is composed of a lot of separate modules. I'm talking about the .info files for all of those:

For example:

cd [webroot]
grep version modules/*/*.info
dww’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No reply in over 6 months, must not be a problem anymore.