<div dir="ltr">I am finding this weird issue on my new install kolab 3.4 on centos 6.6<div><br></div><div>I have one single user setup, and when I go to type a test email message on RC,</div><div><br></div><div>the autocomplete throws an internet server error:</div><div><br></div><div>screenshot:</div><div><br></div><div><a href="http://cl.ly/image/1j3P1b0w0T03">http://cl.ly/image/1j3P1b0w0T03</a><br></div><div><br></div><div><br></div><div>I find in the error logs:</div><div><br></div><div>PHP Fatal error:  Using $this when not in object context in /usr/share/roundcubemail/program/lib/Roundcube/rcube_ldap.php on line 839<br></div><div><br></div><div>which sends me to this code block:</div><div><br></div><div><br></div><div><div>        else {</div><div>            if ($fields == '*') {</div><div>                // search_fields are required for fulltext search</div><div>                if (empty($this->prop['search_fields'])) {</div><div>                    $this->set_error(self::ERROR_SEARCH, 'nofulltextsearch');</div><div>                    $this->result = new rcube_result_set();</div><div>                    return $this->result;</div><div>                }</div><div>                $attributes = (array)$this->prop['search_fields'];</div><div>            }</div><div>                // map address book fields into ldap attributes</div><div>                $me = $this;</div><div>                $attributes = array();</div><div>                array_walk($fields, function($field) use ($me, &$attributes) {</div><div>                    if ($this->coltypes[$field] && ($attrs = (array)$this->coltypes[$field]['attributes'])) {</div><div>                        $attributes = array_merge($attributes, $attrs);</div><div>                    }</div><div>                });</div><div><br></div><div>            // compose a full-text-like search filter</div><div>            $filter = rcube_ldap_generic::fulltext_search_filter($value, $attributes, $mode);</div><div>        }</div></div><div><br></div><div><br></div><div><br></div><div>Screenshot for easier viewing: <a href="http://cl.ly/image/2a0U0c1C1k0N">http://cl.ly/image/2a0U0c1C1k0N</a><br></div><div><br></div><div><br></div><div>$this doesn't seem to be defined by this point. Does anyone have a suggestion for this?</div><div><br></div><div>if($this =! null)  ???</div><div><br></div><div><br></div><div>I also looked in bugs, couldn't find anything myself..</div><div><br></div><div><br></div><div><br></div></div>