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

moonray’s picture

Are 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.

moonray’s picture

Status: Active » Fixed

Closing issue, since there is no response, and I haven't found any issues with a clean installation for Tasklist advanced.

Anonymous’s picture

Status: Fixed » Closed (fixed)