PHP5 MySQL5 FedoraCore4 Apache2

Install seemed to proceed just fine. Found the patched "tasks" module and installed ok. Things seem to be entering ok and prioritizing correctly. However when I go to:

mysite/tasks

it pops this error:

warning: uasort() [function.uasort]: The argument should be an array in /var/www/html/d5/includes/common.inc on line 2119.

I don't know if this is a problem or not, but it is a bit disconcerting.

Comments

moonray’s picture

Assigned: Unassigned » moonray

Did you have any existing tasks, or was this a clean install?

Will look into this as soon as I have a little time.

martynda’s picture

I am getting the same error when viewing stories on the front page. I don't have the tasks module installed, but have some other modules installed and I'm not sure which one is causing this.

martynda’s picture

It was the "taxonomy context" module that was causing this error in my particular case

trailerparkopera’s picture

Title: Error messag when viewing /tasks » Error message when viewing /tasks

This was a clean install.

I haven't checked to see if it's related to taxonomy context -- I rely on that module a lot. Removing it would mess with my site plans, but it's worth a shot.

moonray’s picture

If taxonomy context is the troublemaker, that at least would give me a reference point. And it might be that the bug needs to be filed with that module instead.

trailerparkopera’s picture

Ok...error message goes away when taxonomy context is disabled.

So there's some kind conflict with Tasklist and Taxonomy Context that generates this error message (it doesn't appear except when adding/viewing a task node)

moonray’s picture

Status: Active » Fixed

Looks like this issue was related to the use of $node->parent. Now that tasks and tasks_advanced no longer uses that, the issue seems resolved.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.