I can't activate the module because it says 'Depends on: Array (missing)'.
I have not found an Array module here.

Comments

jenscbc’s picture

Same here, just made an upgrade from 4.7.10 to 5.5 on a test site. The module is greyed out with the message: "Depends on: Array (missing)"
Maybe this issue should be moved to the bug report?

xpi’s picture

Category: support » bug
xpi’s picture

filed as bug.

xpi’s picture

Assigned: Unassigned » xpi
Status: Active » Fixed

there is an error in download_count.info
in line 3 dependencies[] is wrong.

it should be dependencies

name = download_count
description = "Increments a download counter and logs a descriptive message each time an attached file is downloaded."
dependencies = upload
core = 6.x
; Information added by drupal.org packaging script on 2007-12-12
version = "5.x-1.x-dev"
project = "download_count"
datestamp = "1197460966"
jenscbc’s picture

That's great xpi. It works now, thanks!
I have no clue though on how we can know that your correction will come in to the next release of the module?

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

eyersee’s picture

Status: Closed (fixed) » Active

please advise which file needs updating as there is no file name like this in the views model.

Chill35’s picture

Version: 5.x-1.x-dev » 5.x-1.0
Status: Active » Fixed

The current release for Drupal 5 is fine.

The content of the .info file is:

name = download_count
description = "Increments a download counter and logs a descriptive message each time an attached file is downloaded."
dependencies = upload
; Information added by drupal.org packaging script on 2008-03-22
version = "5.x-1.0"
project = "download_count"
datestamp = "1206214205"

Status: Fixed » Closed (fixed)

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