When the Modules management page says:

Depends on: Array (missing)

Where can I download this 'Array' and install it?

Craig

Comments

primalmedia’s picture

+1 subscribing. Where is the Array Module???

pentike’s picture

Pretty old thread but just to make things clear:

There is no Array module. The .install files in drupal 6 contain the module dependencies as an array in contrast to their drupal 5 counterparts where module dependencies are given as a space separated list.

That is why Drupal5 complains about a missing Array module when it parses a D6 .install file.

marisaMartins’s picture

Same here
:-(

Anyone can help?

jay.taylor’s picture

Switched to the correct version of views that is.

You probably have a 5.x version of drupal running and you downloaded the v6.x version of views. Here is how to fix it.

go to your modules directory and delete the view directory structure.
download the drupal v5 version of views. hint: it's under the drupal v6...
un tar the new, correct version of views.

smile and be happy!

Jay

beekay1076’s picture

Running Drupal 5.x and had Views 5.x
I received the Array (missing) message beside the Fivestar Voting module
Realised I'd uploaded the 6.x version of Fivestar
Check both I guess!

Ben

m4manas’s picture

Probably you have downloaded the 6.x version in place of 5.x version

forkxxrbhi’s picture

There is no Array module. The .install files in drupal 6 contain the module dependencies as an array in contrast to their drupal 5 counterparts where module dependencies are given as a space separated list.