Closed (fixed)
Project:
Tasklist Advanced
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2007 at 02:22 UTC
Updated:
30 Mar 2007 at 17:16 UTC
I have patched the tasklist module to work with 5.0. That module is working perfectly. I then attempt to install the tasklist_advanced module and no go. The problem is with line 45 of the .install file. I just commented out the problem 'include_once' and voila. What have I omitted with the tree and can it function without first doing that?
Comments
Comment #1
moonray commentedAre you commenting out line 46 (
tasks_advanced_rebuild_tree(0, 0, -1);) as well? Or only line 45?I had to add line 45 (
include 'tasks_advanced.module';) in, because, for some reason Drupal 5 doesn't seem to include all the files before install (like Drupal 4.7 used to do).tasks_advanced_rebuild_tree(0, 0, -1);builds your dynamic tree (so that you actually can see a hierarchical view of all the tasks). Not running this won't be an issue if you don't have any tasks when you first install the module.Comment #2
moonray commentedClosing issue, since there is no response, and I haven't found any issues with a clean installation for Tasklist advanced.
Comment #3
(not verified) commented