I have Advanced User 5.x-1.x-dev (2007-Jun-19) installed, but the frame is red and the following 2 lines are displayed below:
Recommended version: 5.x-1.x-dev (2007-Jun-19)
Development version: 5.x-2.x-dev (2008-Jan-11)

Development version shall be alpha and absolutely not recommended for a production site!

I've reinstalled just downloaded recommended version, no change. What's going wrong here?

CommentFileSizeAuthor
#3 screenshot.png38.2 KBluti

Comments

webernet’s picture

Can you post a screenshot?

dww’s picture

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

a) -dev snapshots are notoriously difficult for update_status to handle correctly. we have to do date comparisons, which are dependent on server times, susceptible to clock-skew, etc. if you want something stable, use official releases. if the modules you're using don't provide official releases, file critical bugs in their issue queues encouraging them to be responsible maintainers of their contributions.

b) are you deploying your site via tarballs downloaded from d.o or CVS checkouts? if CVS, are you using http://drupal.org/project/cvs_deploy?

luti’s picture

StatusFileSize
new38.2 KB

No problem, screenshot is here as attachment. And, no - I don't use CVS, I just download tarballs - through the link provided in this module...

I didn't have this problem with previous versions, it appeared immediately after update of this module from 2.0 to 2.1 (before, the same frame was green, without doing anything with "Advanced users" module in between). So, it must be something related to the new version of "Update status" module.

dww’s picture

Can you post the complete contents of your copy of advanced_user.info, too? Thanks.

luti’s picture

No problem, here it is (the file is as included in the downloaded tarball, I haven't changed anything!):

;$Id: advuser.info,v 1.1.2.2 2007/06/18 23:06:29 dww Exp $
name = "Advanced User Management"
description = "Advanced user management module. Filter users and mass actions based on their filters."

; Information added by drupal.org packaging script on 2007-06-19
version = "5.x-1.x-dev"
project = "advuser"
datestamp = "1182211342"

Please note it is advuser, not advenced_user.

dww’s picture

Out of curiosity, can you apply http://drupal.org/files/issues/update_ignore_higher_branches.d5.patch and see if that solves the problem here, too? See http://drupal.org/node/216750#comment-713738

dww’s picture

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

Yup, tested this myself by installing advuser 5.x-1.x-dev. Reproduced the bug locally, and verified that the patch I mentioned above in #6 fixes it. Committed to DRUPAL-5--2. This will be out in 5.x-2.2 (probably due out soon, given the severity of that other bug).

trochevs’s picture

This patch also fixes the false positive message about "Project issue tracking" module.

Project issue tracking 5.x-1.3                                         Security update required!
Recommended version:  5.x-1.3 (2008-Jan-30)                  Download · Release notes
Security update:      5.x-2.0 (2008-Jan-30)                  Download · Release notes
Includes: Project issue tracking
luti’s picture

Seems to be OK with this patch.

Thank you.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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