By Craig102 on
When the Modules management page says:
Depends on: Array (missing)
Where can I download this 'Array' and install it?
Craig
When the Modules management page says:
Depends on: Array (missing)
Where can I download this 'Array' and install it?
Craig
Comments
+1 subscribing. Where is the
+1 subscribing. Where is the Array Module???
Pretty old thread but just to
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.
Same here :-( Anyone can
Same here
:-(
Anyone can help?
I had the same problem until I switched!
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
Mine was the reverse
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
Incorrect Drupal version
Probably you have downloaded the 6.x version in place of 5.x version
There is no Array module. The
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.