I have updated from 6.x-1.6 to 6.x-1.7, but system is not registering/recognizing upgrade. admin/build/modules still indicated Version 6.x-1.6 is being used & admin/reports/updates indicates that there is an update available (6.x-1.7).

Comments

quicksketch’s picture

The admin/build/modules page reads the .info file of the module. Check the extlink.info file and make sure it was updated with the rest of the files. There should be a section like "; Added by drupal.org packaging script" and inside of it the version = 1.7.

SDM-MINK’s picture

Thanks for the response. extlink.info file as follows:

; $Id: extlink.info,v 1.2 2008/02/23 03:53:10 quicksketch Exp $
name = External Links
description = Adds icon next to external links on the site.
package = User interface
core = 6.x
; Information added by drupal.org packaging script on 2009-03-14
version = "6.x-1.7"
core = "6.x"
project = "extlink"
datestamp = "1237010120"

Based on your post, this is fine. Correct? Thus I can ignore the fact that my status report keeps indicating that the module has an update. Correct?

Thanks again!

quicksketch’s picture

Yep, sounds like update status just has not updated yet. You can try updating manually by visiting admin/reports/updates/check. Make sure cron is setup properly too: http://drupal.org/cron.

quicksketch’s picture

Status: Active » Fixed

Moving to fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.