<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>It was a problem of the GPG keys, therefore PHP-*.LDAP3 required for roundcube-plugins-kolab could not be installed.<br><br>repeating:<br><br><ol class="arabic"><li><p class="first">Import the GPG key used to sign the packages:</p>
<pre class="literal-block"># <strong class="command">gpg --search devel@lists.kolab.org</strong>
gpg: searching for "<a class="reference external" href="mailto:devel%40lists.kolab.org">devel<span>@</span>lists<span>.</span>kolab<span>.</span>org</a>" from hkp server pgp.mit.edu
(1) Kolab Development Coordination Mailing List <<a class="reference external" href="mailto:devel%40lists.kolab.org">devel<span>@</span>lists<span>.</span>kolab<span>.</span>org</a>>
    2048 bit RSA key 446D5A45, created: 2014-08-20
Keys 1-1 of 1 for "<a class="reference external" href="mailto:devel%40lists.kolab.org">devel<span>@</span>lists<span>.</span>kolab<span>.</span>org</a>".  Enter number(s), N)ext, or Q)uit > <strong class="command">1</strong>
</pre>
The key’s fingerprint is: <tt class="docutils literal"><span class="pre">79D8</span> <span class="pre">6A05</span> <span class="pre">FDE6</span> <span class="pre">C9FB</span> <span class="pre">4E43</span>  <span class="pre">A6C5</span> <span class="pre">830C</span> <span class="pre">2BCF</span> <span class="pre">446D</span> <span class="pre">5A45</span></tt><BR>
<pre class="literal-block"># <strong class="command">gpg --export --armor devel@lists.kolab.org > devel.asc</strong>
# <strong class="command">rpm --import devel.asc</strong>
</pre>
</li></ol>Fixed it...<br><br><br>Unfortunately now the complete roundcube does not work anylonger:<br><br>Error: The requested URL /roundcubemail/e*************8db/ was not found on this server.<br><br>This is something I already recognized earlier, when I tried to install a fresh kolab 3.3 and use tbits initSSL script.<br><br>the apache log file shows:<br>[error] [client 141.xx.xx.xx] File does not exist: /usr/share/roundcubemail/public_html/roundcubemail, referer: https://www.kolab<br><br>Has anybody experience with this error or the execution of tbits initSSL script on kolab 3.3?<br><br>Thanks a lot,<br>Henrik<br><br><div><hr id="stopSpelling">From: henrik.bohr@outlook.com<br>To: i.bin@dah.am; users@lists.kolab.org<br>Subject: RE: roundcube shows blank page after plugin installation<br>Date: Tue, 18 Nov 2014 14:14:24 +0100<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">Good suggestion...<br><br>...and this seems to be exactly the origign of the problem. For some reason it is not available in the 3.3 repo :<br><br>Kolab_3.3                                                                                                                  | 1.2 kB     00:00     <br>Kolab_3.3_Updates                                                                                                          | 1.2 kB     00:00     <br>base                                                                                                                       | 3.7 kB     00:00     <br>epel                                                                                                                       | 4.4 kB     00:00     <br>epel/primary_db                                                                                                            | 6.4 MB     00:00     <br>extras                                                                                                                     | 3.4 kB     00:00     <br>updates                                                                                                                    | 3.4 kB     00:00     <br>Installed package roundcubemail-plugins-kolab-3.2-3.el6.kolab_3.2.noarch (from Kolab_3.2_Updates) not available.<br><br><br><br><div><hr id="ecxstopSpelling">Date: Tue, 18 Nov 2014 13:30:20 +0100<br>From: i.bin@dah.am<br>To: henrik.bohr@outlook.com; users@lists.kolab.org<br>Subject: Re: roundcube shows blank page after plugin installation<br><br>
  
    
  
  
    <div class="ecxmoz-cite-prefix"><br>
      <br>
      Hi,<br>
      this is part of the kolab-roundcubeplugin-package.<br>
      SO why not reinstalling it ?<br>
      <br>
      Details on Debian:<br>
      roundcubemail-plugins-kolab:
      /usr/share/roundcubemail/plugins/kolab_notes/kolab_notes.php<br>
      <br>
      so try a yum reinstall roundcubemail-plugins-kolab.<br>
      <br>
      <br>
      Rgds.<br>
      Franz<br>
      <br>
      <br>
      <br>
      <br>
      Am 18.11.14 um 13:25 schrieb Henrik Bohr:<br>
    </div>
    <blockquote cite="mid:DUB111-W1300ADE7642F72CA81833BFF6880@phx.gbl">
      <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style>
      <div dir="ltr">Thanks,<br>
        <br>
        you are right. The following error on some "include_path" is
        reported there:<br>
        <br>
        PHP Warning:  include(): Failed opening
        '/usr/share/roundcubemail/plugins/kolab_notes/kolab_notes.php'
        for inclusion
        (include_path='/usr/share/roundcubemail/plugins/libkolab/lib:/usr/share/roundcubemail/program/lib:.:/usr/share/pear:/usr/share/php')
        in
        /usr/share/roundcubemail/program/lib/Roundcube/rcube_plugin_api.php
        on line 277<br>
        <br>
        So at the mentioned position of rcube_plugin_api.php I see the
        following:<br>
        <br>
        <br>
            276       if (!class_exists($plugin_name))<br>
            277         include($fn);<br>
            278 <br>
        <br>
        Does anybody know if I can simply replace the $fn by the line
        shown above (include_path= ... ) or how does this work?<br>
        <br>
        Best wishes,<br>
        Henrik<br>
        <div>
          <hr id="ecxstopSpelling">Date: Tue, 18 Nov 2014 12:51:31 +0100<br>
          From: <a class="ecxmoz-txt-link-abbreviated" href="mailto:i.bin@dah.am">i.bin@dah.am</a><br>
          To: <a class="ecxmoz-txt-link-abbreviated" href="mailto:henrik.bohr@outlook.com">henrik.bohr@outlook.com</a>; <a class="ecxmoz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a><br>
          Subject: Re: roundcube shows blank page after plugin
          installation<br>
          <br>
          <div class="ecxmoz-cite-prefix"><br>
            <br>
            <br>
            Hi,<br>
            Check your apache2 error logs.<br>
            I'm sure, something has been reported there.<br>
            Check the file <span class="ecxst">/var/<em>log</em>/httpd/error.log.<br>
              <br>
              <br>
              Rgds.<br>
              <br>
              Franz<br>
              <br>
              <br>
            </span>Am 18.11.14 um 12:45 schrieb Henrik Bohr:<br>
          </div>
          <blockquote cite="mid:DUB111-W131CA7ACD75E8723C78A6A3F6880@phx.gbl">
            <style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}


--></style>
            <div dir="ltr">Dear all,<br>
              <br>
              recently I upgraded my kolab 3.2 installation to kolab 3.3
              on Centos 6.4, following the kolab documentation and
              applying the upgrade notes.<br>
              Unfortunately I recognized that the new roundcube plugins
              for tags and notes are not installed. After manually
              downloading the plugins to the roundcube plugin folder, it
              is not possbile to use roundcube any longer. The login
              seems to work, but immediately after login a white page is
              shown. After removing the plugins again, roundcube works
              normal. This behaviour seems to be the case for the
              installation of other new plugins (jabber) too.<br>
              <br>
              I do not see any hints in the log files of roundcube. Does
              anybody now this problem and a possible solution?<br>
              <br>
              Thanks in advance,<br>
              Henrik <br>
            </div>
            <br>
            <fieldset class="ecxmimeAttachmentHeader"></fieldset>
            <br>
            <pre>_______________________________________________
users mailing list
<a class="ecxmoz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="ecxmoz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users" target="_blank">https://lists.kolab.org/mailman/listinfo/users</a></pre>
          </blockquote>
          <br>
          <br>
          _______________________________________________
          users mailing list
          <a class="ecxmoz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
          <a class="ecxmoz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users" target="_blank">https://lists.kolab.org/mailman/listinfo/users</a></div>
      </div>
      <br>
      <fieldset class="ecxmimeAttachmentHeader"></fieldset>
      <br>
      <pre>_______________________________________________
users mailing list
<a class="ecxmoz-txt-link-abbreviated" href="mailto:users@lists.kolab.org">users@lists.kolab.org</a>
<a class="ecxmoz-txt-link-freetext" href="https://lists.kolab.org/mailman/listinfo/users" target="_blank">https://lists.kolab.org/mailman/listinfo/users</a></pre>
    </blockquote>
    <br>
  

<br>_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users</div>                                        </div>
<br>_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users</div>                                        </div></body>
</html>