When I uploaded the module, and go to install it, I get the message: "Depends on: Array (missing)". I am not aware of any Array module, and have searched on Drupal.org and Google to find such a module, but can't seem to find it. I am running Drupal 5.1. Any idea what could be causing this?
Comments
Comment #1
behindthepage commentedThere is a bug in the info file which I have fixed in release 5.x-1.11. Try that.
Comment #2
jlhurd commentedIt works fine for me now. Thanks for the quick response time.
Comment #3
cog.rusty commentedThere is a similar error in 6.x-1.x-dev (PHP 5.2)
When the module is present (even when not enabled) an error message appears in the admin/build/modules page.
It can be fixed by changing the dependences line to
dependencies[] = contactin contact_forms.infoComment #4
behindthepage commentedThat is very strange because "dependencies[] = contact" is the new format for version 6.
Check out tracker.info in core.
I am having no problems on 6beta2 on my PC however I do have older versions of apache and php.
Regards
Geoff
Comment #5
behindthepage commentedCancel last transmission.
Yes Version 6 should be dependencies[] = contact and version 5 should be dependencies[] = contact.
I am having problems updating via CVS and got them swapped around. Fun and games. Will fix version 6 release and try and work out how to keep them seperate on my machine.
Regards
Geoff
Comment #6
behindthepage commentedVersion 6 (Head) has been fixed now. Changes will appear in nightly snapshot.
Thanks all.
Geoff
Comment #7
behindthepage commentedComment #8
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.