<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>ldap search has error</title> 
  <pubDate>Fri, 10 Apr 2026 18:48:30 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/10086</link> 
  <atom:link rel="self" type="application/rss+xml" title="ldap search has error" href="https://bugs.horde.org/ticket/10086/rss" /> 
  <description>ldap search has error</description> 
 
   
   
  <item> 
   <title>first the fix:
turba/templates/browse/row.inc :

   if (!</title> 
   <description>first the fix:
turba/templates/browse/row.inc :

   if (!isset($this-&gt;variables[$this-&gt;columns[$c - 1]])) {
        if ($type == &#039;email&#039;) {
            $this-&gt;variables[$this-&gt;columns[$c - 1]] =
                new Horde_Form_Variable(&#039;&#039;, $this-&gt;columns[$c - 1],
                                        Horde_Form::getType(&#039;html&#039;), false);
        } else {
                if ($type != &#039;&#039;) // THIS IS THE LINE THAT FIXES IT (for me) (line 113)
            $this-&gt;variables[$this-&gt;columns[$c - 1]] =
                new Horde_Form_Variable(&#039;&#039;, $this-&gt;columns[$c - 1],
                                        Horde_Form::getType($type, $params),
                                        false);
        }
    }


and the problem:
A fatal error has occurred
Nonexistant class &quot;Horde_Form_Type_&quot; for field type &quot;&quot;
1. Turba_View_List-&gt;display() /var/www/html/home/turba/search.php:276
2. Turba_View_List-&gt;getPage() /var/www/html/home/turba/lib/View/List.php:188
3. Turba_View_List-&gt;_get() /var/www/html/home/turba/lib/View/List.php:255
4. include() /var/www/html/home/turba/lib/View/List.php:406
5. Horde_Form-&gt;getType() /var/www/html/home/turba/templates/browse/row.inc:82
Details
The full error message is logged in Horde&#039;s log file, and is shown below only to administrators. Non-administrative users will not see error details.
Horde_Exception Object
(
    [details] =&gt; 
    [message:protected] =&gt; Nonexistant class &quot;Horde_Form_Type_&quot; for field type &quot;&quot;
    [string:Exception:private] =&gt; 
    [code:protected] =&gt; 0
    [file:protected] =&gt; /usr/share/pear/Horde/Form.php
    [line:protected] =&gt; 163
    [trace:Exception:private] =&gt; Array
        (
            [0] =&gt; Array
                (
                    [file] =&gt; /var/www/html/home/turba/templates/browse/row.inc
                    [line] =&gt; 82
                    [function] =&gt; getType
                    [class] =&gt; Horde_Form
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                            [0] =&gt; 
                            [1] =&gt; Array
                                (
                                )

                        )

                )

            [1] =&gt; Array
                (
                    [file] =&gt; /var/www/html/home/turba/lib/View/List.php
                    [line] =&gt; 406
                    [args] =&gt; Array
                        (
                            [0] =&gt; /var/www/html/home/turba/templates/browse/row.inc
                        )

                    [function] =&gt; include
                )

            [2] =&gt; Array
                (
                    [file] =&gt; /var/www/html/home/turba/lib/View/List.php
                    [line] =&gt; 255
                    [function] =&gt; _get
                    [class] =&gt; Turba_View_List
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                            [0] =&gt; 0
                            [1] =&gt; Turba_View_List_PageFilter Object
                                (
                                    [_min:protected] =&gt; 0
                                    [_max:protected] =&gt; 100
                                    [_count:protected] =&gt; 1
                                )

                        )

                )

            [3] =&gt; Array
                (
                    [file] =&gt; /var/www/html/home/turba/lib/View/List.php
                    [line] =&gt; 188
                    [function] =&gt; getPage
                    [class] =&gt; Turba_View_List
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                            [0] =&gt; 0
                            [1] =&gt; 0
                            [2] =&gt; 100
                        )

                )

            [4] =&gt; Array
                (
                    [file] =&gt; /var/www/html/home/turba/search.php
                    [line] =&gt; 276
                    [function] =&gt; display
                    [class] =&gt; Turba_View_List
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                        )

                )

        )

    [previous:Exception:private] =&gt; 
)</description> 
   <pubDate>Mon, 16 May 2011 15:13:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10086#t64684</link> 
  </item> 
   
  <item> 
   <title>by the way, this happens in turba when I search an ldap addr</title> 
   <description>by the way, this happens in turba when I search an ldap address book (a shared one)</description> 
   <pubDate>Mon, 16 May 2011 15:15:02 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10086#t64685</link> 
  </item> 
   
  <item> 
   <title>so where I said that was line 113 I was mistaken...it&#039;s line</title> 
   <description>so where I said that was line 113 I was mistaken...it&#039;s line 80 where I added that if statement..</description> 
   <pubDate>Mon, 16 May 2011 15:16:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10086#t64686</link> 
  </item> 
   
  <item> 
   <title>This rather sounds like a broken configuration. Please uploa</title> 
   <description>This rather sounds like a broken configuration. Please upload your backend.local.php.</description> 
   <pubDate>Mon, 16 May 2011 15:45:23 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/10086#t64688</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
