Hi,
When i try to assign to do for my site authenticated users and i have errors like:

1. Admin_menu module don't work (panel is hidden) on to do edit page.
2. After checking authenticated user check box, users on that role don't shown.
3. I have message:
warning: ksort() expects parameter 1 to be array, null given in domain.tld\www\sites\all\modules\to_do\to_do.module on line 1382.

Thank you for help.

Comments

jaypan’s picture

Assigned: jaypan » Unassigned
Status: Fixed » Active

Hello

Thank you for taking the time to let me know about this bug. It was an oversight on my part. For all roles other than 'authorized users', Drupal stores their user id with their role id in a table specifically for that purpose. However, this is not done with authorized users, since it is all users (other than those who are blocked). So when searching for authorized users, the search is different than when searching for any other role.

As this was a major bug, I fixed it and released a new version of the module (6.x-1.1-RC2). If you download and install that, it should fix your problem. Please let me know if any others come up. Sorry about the hassles, and thank you for taking the time to let me know about this.

jaypan’s picture

Assigned: Unassigned » jaypan
Status: Active » Fixed

Assigned: Unassigned » jaypan
Status: Active » Closed (fixed)

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