Closed (fixed)
Project:
Views Slideshow: ImageFlow
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Jun 2009 at 10:17 UTC
Updated:
5 Jul 2009 at 22:40 UTC
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
Comment #1
aaron commentedThat's odd. The version in CVS reads:
dependencies[] = views_slideshowwhich is correct. Are you trying to enable this module in Drupal 5? (That won't work, by the way).
Comment #2
Patrick Nelson commentedYes, 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!