Closed (outdated)
Project:
Lightweight Directory Access Protocol
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2012 at 01:45 UTC
Updated:
9 Apr 2018 at 20:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alanrussian commentedThis patch fixed the issue for me. There appeared to be an extra
call_user_func_array('array_multisort', $params);.Comment #2
johnbarclay commentedI committed this to the 1.x and 2.x branch. Thanks.
Comment #4
drasgardian commentedThis issue still exists in the latest 7.x-1.x-dev
Comment #5
trumanru commentedSame problem in 7.x-2.x-dev described here: http://drupal.org/node/1773850
Comment #6
johnbarclay commentedComment #7
grahlDue to no feedback in over three years I presume no one else is seeing this. Please reopen with more information otherwise.
Comment #8
tklawsuc commentedMy issue was related to empty values for certain fields so if you sorted on those fields you ended up with an incomplete array of data as the empty fields were being left out. I don't have a patch for this but here is what I did:
ldap_views -> ldap_views_plugin_query_ldap
Basically if the alias doesn't exist in the entry then I still continued through to add it to the sort_fields data with a null value.
Also worth mentioning that this is in version 2.3
Comment #9
grahl@tklawsuc: Please don't simply comment on closed issues, it's not a guarantee that someone notices that and this issue is extremely old. Either reopen the issue if it really is the same issue or create a new one. If you create a new one you can still easily link to this issue through the "Related issues" reference if you think it's related.
Comment #10
tklawsuc commented@grahl thanks for the notice. I was just posting it here for people to have as reference in case they stumble on this link searching for the exact same issue as the title of this error...as in my case.