When uploading and trying to install this module, viewing the module in the modules list (admin/build/module) will produce the message "Depends on: array" and you will not be able to enable the module. This is because of a line in the .info file that begins:

dependencies [] =

Changing it to this will solve the problem:

dependencies = 

Regards

Patrick

Comments

aaron’s picture

Category: bug » support
Status: Active » Fixed

That's odd. The version in CVS reads:

dependencies[] = views_slideshow

which is correct. Are you trying to enable this module in Drupal 5? (That won't work, by the way).

Patrick Nelson’s picture

Yes, Aaron, actually I am.

Ahem.

I would like to clarify that this isn't because I don't "get" Drupal though. This is a combination of:

1. Lack of sleep
2. Too much to do
3. A degree of idiocy

Regards

Patrick

PS - Thanks for pointing that out!

Status: Fixed » Closed (fixed)

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