.info files for Select Book, Select Content Taxonomy, and Select Content Taxonomy Friends modules are missing the brackets from the dependencies lines in the .info files. This causes an error message on the Modules page that says that the module is not compatible with version 6.13:

dependencies = hierarchical_select content_taxonomy hs_taxonomy

should be

dependencies[] = hierarchical_select
dependencies[] = content_taxonomy
dependencies[] = hs_taxonomy

Comments

wim leers’s picture

Status: Active » Closed (fixed)

That's because those modules aren't ready for D6 yet. Search the issue queue properly next time, please.