Posted by t4him on July 4, 2006 at 1:41pm
Jump to:
| Project: | Checklist |
| Version: | 4.7.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Jeremy |
| Status: | closed (fixed) |
Issue Summary
I am having some problems with the 'view groups' menu-tab from admin/checklist.
The new checklist 'test' is listed with the three operations links (edit checklist | view groups | create groups)
The 'edit checklist' & 'create groups' links work fine.
The view groups link creates the following error:
* warning: array_merge() [function.array-merge]: Argument #1 is not an array in /var/www/html/drupal/includes/menu.inc on line 415.
* warning: Missing argument 1 for checklist_administer_group_overview() in /var/www/html/drupal/modules/checklist/checklist.module on line 442.
* warning: Invalid argument supplied for foreach() in /var/www/html/drupal/modules/checklist/checklist.module on line 446.It appears that the link to 'view groups' from 'admin/checklist' is not correct.
The link is: 'admin/checklist/115/group/view'
I CAN view the groups by clicking the 'view groups' menu tab from the 'create groups' screen @ admin/checklist/115/group/create.
The link to 'view groups' from this screen is: admin/checklist/115/group
I am not a programmer, but would like to help if I knew where to start (mentor) looking.
Hope this helps.
Comments
#1
Link fixed.
#2
That did it Jeremy. Thanks for the quick reply ; - ), though it did take me a few day's to test it.