<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05/08/2013 05:51 PM, Thomas Spuhler
      wrote:<br>
    </div>
    <blockquote cite="mid:201305081751.33355.thomas@btspuhler.com"
      type="cite">
      <pre wrap="">On Tuesday, May 07, 2013 11:13:45 PM Aleksander Machniak wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 05/07/2013 09:03 PM, Thomas Spuhler wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">             'http_authentication',
             'jqueryui',
             'kolab_activesync',
             'kolab_addressbook',
             'kolab_auth',
</pre>
        </blockquote>
        <pre wrap="">
disable kolab_authentication too, it's old and redundant with kolab_auth.
</pre>
      </blockquote>
      <pre wrap="">
I don't have any lines with kolab_authentication
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Kolab-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kolab-devel@kolab.org">Kolab-devel@kolab.org</a>
<a class="moz-txt-link-freetext" href="https://www.intevation.de/mailman/listinfo/kolab-devel">https://www.intevation.de/mailman/listinfo/kolab-devel</a></pre>
    </blockquote>
    I tried to comment out <br>
    <pre wrap="">'http_authentication' instead, but I still get the error
PHP Error: Failed to load plugin file /usr/share/roundcubemail/plugins/kolab_core/kolab_core.php

I found kolab_core at a second location and commented it out there too.So the error disapeared
    $mandatory_plugins = Array(
            'calendar',
            'kolab_addressbook',
            'kolab_auth',
            //'kolab_core',
            'kolab_config',
            'kolab_folders',
            'libkolab',
            'password',
        );

The error log now only get's
[08-May-2013 18:24:10 MST] PHP Fatal error:  Call to undefined function dl() in /usr/share/php/kolabobject.php on line 22

but in roundcubemail, nothing has changed:
I can click on e-mail and the e-mail header lines show up, but not the e-mail text.
I can click on the calendar and the calendar shows
I can click on the addressbock and the the wheel starts spinning until it times out.
I can click on tasks and the browser tries to open a new window.

I found someone else had this same issue with the kolab_core.php error, but I got miraculously resolved. The reporter doesn't say why, he just re-installed the whole VM
</pre>
<a class="moz-txt-link-freetext" href="http://www.intevation.de/pipermail/kolab-users/2012-August/013702.html">http://www.intevation.de/pipermail/kolab-users/2012-August/013702.html</a><br>
    <br>
    I am copying <a class="moz-txt-link-abbreviated" href="mailto:kolab-user@kolab.org">kolab-user@kolab.org</a><br>
    May someone else had this issue. I suspect, it's a wrong package
    version issue.<br>
    I have<br>
    # rpm -qa | grep roundcubemail<br>
    roundcubemail-0.9.0-1.mga3<br>
    <br>
    This /etc/roundcubemail/main.inc.php has been written by the
    setup-kolab script provided by pykolab.<br>
    <br>
    Thomas<br>
    <br>
  </body>
</html>