2007-06-06 10:05:31 UTC
I fixed it by applying the patch found at
https://sourceforge.net/tracker/index.php?func=detail&aid=1584095&group_id=34206&atid=410241
I'm glad this fixed the problem, but I don't understand why it was only a problem for that particular user
In case of a bad sql query I would expect the query to fail for all accounts
Is it possible that different queries are used to get the Overview/To-Do page for a particular user,
based on the account that's currently logged in ?
I.e.
logged in as admin -> use query1 to get To-Do's for user1
logged in as user1 -> use query2 to get To-Do's for user1
I can't imagine something like this is happening, but then again, it did work for the admin user and not for user1 so
something seems to be different.