Closed (fixed)
Project:
Private Upload
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2009 at 17:14 UTC
Updated:
14 Oct 2009 at 23:21 UTC
I can't activate the module because it says 'Depends on: Array (missing)'.
This particular problem is aimple fix, may already be done in the .dev version. Sollution found here: http://drupal.org/node/200574#comment-661965
However there are other bigger issues with the module and wouldn't use this on drupal 6.x production site
there is an error in private_upload.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"
Comments
Comment #1
xurizaemonI tried the same version on a local test site just now. The listed dependencies in the module admin page are "Upload" and the module enables fine.
You've marked this issue for version 6.x-1.0-rc2, but the .info file you pasted contains
version = "5.x-1.x-dev"I suspect maybe you've tried to install a Drupal 5 module on a Drupal 6 site, which could cause similar symptoms to what you describe.
If that is not the case and you can provide the details required to duplicate this problem on a current Drupal 6 install, please re-open this issue when doing so.