Hello.

I have had the LDAP Help module installed and activated for some time (at least several months) on one of my sites.

During the recent Christmas/New Year holiday, I began receiving the following message regarding this module, in the Available Updates report page:

Release revoked: Your currently installed release has been revoked, and is no longer available for download. Disabling everything included in this release or upgrading is strongly recommended!

FYI, just prior to the Christmas/New Year holiday, I had upgraded the following modules on this site:

Calendar
Date
Storm
Views

I have tried un-installing and re-installing the LDAP Help module. I even re-downloaded it and re-installed it again, but I am still getting the "Release revoked" message in the Available Updates page.

I have disabled the module on my site, for now.

Any thoughts on what might be causing this issue?

Thanks.

Pete

Comments

PB1’s picture

I forgot to mention that I have flushed all of the Drupal caches, as part of my troubleshooting of this issue.

Thanks.

Pete

PB1’s picture

Issue tags: +ldap help

I did a little more digging on this issue.

Below is the release history XML for this project, as provided by Drupal (using this URL: http://updates.drupal.org/release-history/ldaphelp/6.x/).

I think the "module revoked" problem may be due to the second "release" definition, which has the same name and version as the first "release", but the "status" of the second one is "unpublished".

I am still keeping this module set as inactive on my site.

Pete

<?xml version="1.0" encoding="utf-8"?>
<project xmlns:dc="http://purl.org/dc/elements/1.1/">
<title>LDAP Help Module</title>
<short_name>ldaphelp</short_name>
<dc:creator>johnbarclay</dc:creator>
<api_version>6.x</api_version>
<recommended_major>1</recommended_major>
<supported_majors>1</supported_majors>
<default_major>1</default_major>
<project_status>published</project_status>
<link>http://drupal.org/project/ldaphelp</link>
  <terms>
   <term><name>Projects</name><value>Modules</value></term>
   <term><name>Projects</name><value>Developer</value></term>
   <term><name>Projects</name><value>User Access &amp; Authentication</value></term>
   <term><name>Development status</name><value>Under active development</value></term>
  </terms>
<releases>
 <release>
  <name>ldaphelp 6.x-1.x-dev</name>
  <version>6.x-1.x-dev</version>
  <tag>DRUPAL-6--1</tag>
  <version_major>1</version_major>
  <version_extra>dev</version_extra>
  <status>published</status>
  <release_link>http://drupal.org/node/765188</release_link>
  <download_link>http://ftp.drupal.org/files/projects/ldaphelp-6.x-1.x-dev.tar.gz</download_link>
  <date>1278807033</date>
  <mdhash>b42304f7cacf102c9f0a882990e099e4</mdhash>
  <filesize>19331</filesize>
  <files>
   <file>
    <url>http://ftp.drupal.org/files/projects/ldaphelp-6.x-1.x-dev.tar.gz</url>
    <archive_type>tar.gz</archive_type>
    <md5>b42304f7cacf102c9f0a882990e099e4</md5>
    <size>19331</size>
    <filedate>1278807033</filedate>
   </file>
   <file>
    <url>http://ftp.drupal.org/files/projects/ldaphelp-6.x-1.x-dev.zip</url>
    <archive_type>zip</archive_type>
    <md5>26f07d1c66b372d97c8913d0cef9f1e4</md5>
    <size>23432</size>
    <filedate>1293250736</filedate>
   </file>
  </files>
 </release>
<release>
  <name>ldaphelp 6.x-1.x-dev</name>
  <version>6.x-1.x-dev</version>
  <tag>HEAD</tag>
  <version_major>1</version_major>
  <version_extra>dev</version_extra>
  <status>unpublished</status>
  <files>
  </files>
 </release>
</releases>
</project>
johnbarclay’s picture

Version: 6.x-1.x-dev » 6.x-1.0
Component: Code » Miscellaneous
Assigned: Unassigned » johnbarclay
Status: Active » Needs review

I made an official release. This should take care of the release revoked issue.

PB1’s picture

Status: Needs review » Reviewed & tested by the community

Hi, John.

I'm sorry for the long delay in responding on this.

The issue seems to be fixed now, by upgrading to the official 6.x-1.0 release of this module. I re-enabled the module, and no error message was displayed for the module on the Available Updates report page.

This issue can be closed now.

Thank you!

Pete