<div class="gmail_quote">2013/8/13 Enrique Fynn <span dir="ltr"><<a href="mailto:enriquefynn@gmail.com" target="_blank">enriquefynn@gmail.com</a>></span><br><div><br>[cut]<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

/usr/share/kolab-webadmin/lib/Auth/LDAP.php:868 -><br>
<br>
866 >> private function sort_and_slice(&$result, &$params)<br>
867 >> {<br>
868 >>        $entries = $result->entries(true);<br>
869 >><br>
870 >>        if ($this->vlv_active) {<br>
871 >>            return $entries;<br>
872 >>        }<br></blockquote><div> </div><div>I am using <a href="http://kolab.org">kolab.org</a> wheezy repositories on wheezy. My /usr/share/kolab-webadmin/lib/Auth/LDAP.php:868 is exactly the same as yours. <br>
It seems that the error in 868 is caused by $result being not an object which would mean that sort_and_slice() arguments are not what it expects them to be. You'll have to dig deeper, perhaps find out why $result is not what it should be where sort_and_slice() is called?<br>
<br>Regards,<br><br><br>Mateusz<br></div></div>