When I installed I got this:
* warning: Missing argument 1 for hs_book_menu() in C:\xampp\htdocs\modules\hierarchical_select\modules\hs_book.module on line 16.
* warning: Missing argument 1 for hs_content_taxonomy_views_menu() in C:\xampp\htdocs\modules\hierarchical_select\modules\hs_content_taxonomy_views.module on line 17.
* warning: Missing argument 1 for hs_taxonomy_views_menu() in C:\xampp\htdocs\modules\hierarchical_select\modules\hs_taxonomy_views.module on line 17.
Comments
Comment #1
wim leersEhm … those 3 modules haven't been ported to Drupal 6 yet. You must have enabled them manually in the system table?
They'll be ported, it just hasn't happened yet :)
Comment #2
Renee S commentedAah, OK, thanks. I was fiddling around with fixing the bug in the .info files (dependencies format is wrong) and must have added core=6x to all of them, not just the ones I fixed. =)