Closed (fixed)
Project:
Hierarchical Select
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
4 Dec 2008 at 23:32 UTC
Updated:
20 Dec 2008 at 19:31 UTC
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. =)