Closed (fixed)
Project:
To do list
Version:
6.x-1.1-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jul 2009 at 06:40 UTC
Updated:
30 Jul 2009 at 16:30 UTC
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
Comment #1
jaypanHello
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.
Comment #2
jaypan