Hi! I have seen this around quite a lot recently. Please do update the dependencies line in your info files to reflect the latest API of Drupal. It has changed from
dependencies = module_name_a module_name_b module_name_c
to

dependencies[] = module_name_a
dependencies[] = module_name_b
dependencies[] = module_name_c

Comments

wim leers’s picture

Status: Active » Closed (fixed)

All included modules that have been ported to Drupal 6 use this new format. All others deliberately don't, not until they've been ported.