[kronolith] Fwd: Installing kronolith-0.0.3

Lester Joseph josephl@slaspa.com
Tue, 12 Feb 2002 09:33:29 -0500


---------------------- multipart/mixed attachment

--------------090606030402080201040606
The code below works for me. Please review it. I made some changes
make some of the entries are on one line.
please see the file attached
Thank you.

Dave Cook wrote:

>Hi Neil:
>I entered this code and still can't see the calendar
>on the Horde menu bar.  Is there anything else I may
>be missing?  I have mcal and mstore setup and working
>fine.  Are there any handlers required for this app?
>regards, D.Cook
>--- Neil Haverlandt <neilh@datasolv.net> wrote:
>
>>Jan,
>>
>>In the Application section of
>>horde/config/registry.php you should have these 
>>lines
>>
>>$this->applications['kronolith'] = array(
>>    'fileroot' => dirname(__FILE__) .'/../kronolith',
>>    'webroot' =>$this->applications['horde']['webroot'] .'/kronolith',
>>
>>    'icon'=>$this->applications['horde']['webroot'].'/kronolith/graphics/kronolith.gif',
>>    'name' => _("Calendar"),
>>    'allow_guests' => false,
>>    'show' => true
>>);
>>
>>
>>And these lines in the Services section
>>
>>$this->services['kronolith']['horde']['summary'] = array(
>>    'file' => '%application%/lib/api.php',
>>    'function' => 'kronolithSummary',
>>    'args' => array(''),
>>    'type' => 'string'
>>);
>>
>>
>>
>>See if solves your problem.
>>
>>-- 
>>Neil Haverlandt
>>
>>
>>
>>Quoting Jan Schneider <jan@horde.org>:
>>
>>>
>>>----- Weitergeleitete Nachricht von Lester Joseph
>>>
>><josephl@slaspa.com>
>>
>>>-----
>>>    Datum: Mon, 11 Feb 2002 11:17:56 -0500
>>>    Von: Lester Joseph <josephl@slaspa.com>
>>>Antwort an: Lester Joseph <josephl@slaspa.com>
>>> Betreff: Installing kronolith-0.0.3
>>>      An: jan@ammma.de
>>>
>>>I've installed and configured kronolith-0.0.3 as
>>>
>>per your instructions
>>
>>>in the INSTALL file,However when I point the
>>>
>>browser to the kronolith
>>
>>>URL i get the following;
>>>
>>>Warning: Undefined index: kronolith in
>>>/var/www/html/horde/lib/Registry.php on line 626
>>>
>>>Warning: Cannot add header information - headers
>>>
>>already sent by (output
>>
>>>started at
>>>
>>/var/www/html/horde/lib/Registry.php:626) in
>>
>>>/var/www/html/horde/kronolith/lib/base.php on line
>>>
>>53
>>
>>>Do i need to enter anything in registry.php in
>>>
>>horde and if yes what is it
>>
>>>?
>>>
>>>
>>>----- Ende der weitergeleiteten Nachricht -----
>>>
>>>
>>>Jan.
>>>
>>>--
>>>http://www.horde.org - The Horde Project
>>>http://www.ammma.de - discover your knowledge
>>>http://www.tip4all.de - Deine private
>>>
>>Tippgemeinschaft
>>
>>>-- 
>>>Kronolith mailing list:
>>>
>>http://horde.org/kronolith/
>>
>>>Frequently Asked Questions: http://horde.org/faq/
>>>To unsubscribe, mail:
>>>
>>kronolith-unsubscribe@lists.horde.org
>>
>>>
>>
>>-------------------------------------------------
>>This mail sent through IMP: www.datasolv.net
>>
>>-- 
>>Kronolith mailing list: http://horde.org/kronolith/
>>Frequently Asked Questions: http://horde.org/faq/
>>To unsubscribe, mail:
>>kronolith-unsubscribe@lists.horde.org
>>
>
>
>______________________________________________________________________ 
>Web-hosting solutions for home and business! http://website.yahoo.ca
>


--------------090606030402080201040606
<html>
<head>
</head>
<body>
The code below works for me. Please review it. I made some changes<br>
make some of the entries are on one line.<br>
please see the file attached<br>
Thank you.<br>
<br>
Dave Cook wrote:<br>
<blockquote type="cite" cite="mid:20020212030355.98735.qmail@web14704.mail.yahoo.com">
  <pre wrap="">Hi Neil:<br>I entered this code and still can't see the calendar<br>on the Horde menu bar.  Is there anything else I may<br>be missing?  I have mcal and mstore setup and working<br>fine.  Are there any handlers required for this app?<br>regards, D.Cook<br>--- Neil Haverlandt <a class="moz-txt-link-rfc2396E" href="mailto:neilh@datasolv.net">&lt;neilh@datasolv.net&gt;</a> wrote:<br></pre>
  <blockquote type="cite">
    <pre wrap="">Jan,<br><br>In the Application section of<br>horde/config/registry.php you should have these <br>lines<br><br>$this-&gt;applications['kronolith'] = array(<br>    'fileroot' =&gt; dirname(__FILE__) .'/../kronolith',<br>    'webroot' =&gt;$this-&gt;applications['horde']['webroot'] .'/kronolith',</pre>
    </blockquote>
    </blockquote>
    <blockquote type="cite" cite="mid:20020212030355.98735.qmail@web14704.mail.yahoo.com">
      <blockquote type="cite">
        <pre wrap="">    'icon'=&gt;$this-&gt;applications['horde']['webroot'].'/kronolith/graphics/kronolith.gif',<br>    'name' =&gt; _("Calendar"),<br>    'allow_guests' =&gt; false,<br>    'show' =&gt; true<br>);<br><br><br>And these lines in the Services section<br><br>$this-&gt;services['kronolith']['horde']['summary'] = array(<br>    'file' =&gt; '%application%/lib/api.php',<br>    'function' =&gt; 'kronolithSummary',<br>    'args' =&gt; array(''),<br>    'type' =&gt; 'string'<br>);<br><br><br><br>See if solves your problem.<br><br>-- <br>Neil Haverlandt<br><br><br><br>Quoting Jan Schneider <a class="moz-txt-link-rfc2396E" href="mailto:jan@horde.org">&lt;jan@horde.org&gt;</a>:<br><br></pre>
        <blockquote type="cite">
          <pre wrap=""><br>----- Weitergeleitete Nachricht von Lester Joseph<br></pre>
          </blockquote>
          <pre wrap=""><a class="moz-txt-link-rfc2396E" href="mailto:josephl@slaspa.com">&lt;josephl@slaspa.com&gt;</a><br></pre>
          <blockquote type="cite">
            <pre wrap="">-----<br>    Datum: Mon, 11 Feb 2002 11:17:56 -0500<br>    Von: Lester Joseph <a class="moz-txt-link-rfc2396E" href="mailto:josephl@slaspa.com">&lt;josephl@slaspa.com&gt;</a><br>Antwort an: Lester Joseph <a class="moz-txt-link-rfc2396E" href="mailto:josephl@slaspa.com">&lt;josephl@slaspa.com&gt;</a><br> Betreff: Installing kronolith-0.0.3<br>      An: <a class="moz-txt-link-abbreviated" href="mailto:jan@ammma.de">jan@ammma.de</a><br><br>I've installed and configured kronolith-0.0.3 as<br></pre>
            </blockquote>
            <pre wrap="">per your instructions<br></pre>
            <blockquote type="cite">
              <pre wrap="">in the INSTALL file,However when I point the<br></pre>
              </blockquote>
              <pre wrap="">browser to the kronolith<br></pre>
              <blockquote type="cite">
                <pre wrap="">URL i get the following;<br><br>Warning: Undefined index: kronolith in<br>/var/www/html/horde/lib/Registry.php on line 626<br><br>Warning: Cannot add header information - headers<br></pre>
                </blockquote>
                <pre wrap="">already sent by (output<br></pre>
                <blockquote type="cite">
                  <pre wrap="">started at<br></pre>
                  </blockquote>
                  <pre wrap="">/var/www/html/horde/lib/Registry.php:626) in<br></pre>
                  <blockquote type="cite">
                    <pre wrap="">/var/www/html/horde/kronolith/lib/base.php on line<br></pre>
                    </blockquote>
                    <pre wrap="">53<br></pre>
                    <blockquote type="cite">
                      <pre wrap="">Do i need to enter anything in registry.php in<br></pre>
                      </blockquote>
                      <pre wrap="">horde and if yes what is it<br></pre>
                      <blockquote type="cite">
                        <pre wrap="">?<br><br><br>----- Ende der weitergeleiteten Nachricht -----<br><br><br>Jan.<br><br>--<br><a class="moz-txt-link-freetext" href="http://www.horde.org">http://www.horde.org</a> - The Horde Project<br><a class="moz-txt-link-freetext" href="http://www.ammma.de">http://www.ammma.de</a> - discover your knowledge<br><a class="moz-txt-link-freetext" href="http://www.tip4all.de">http://www.tip4all.de</a> - Deine private<br></pre>
                        </blockquote>
                        <pre wrap="">Tippgemeinschaft<br></pre>
                        <blockquote type="cite">
                          <pre wrap="">-- <br>Kronolith mailing list:<br></pre>
                          </blockquote>
                          <pre wrap=""><a class="moz-txt-link-freetext" href="http://horde.org/kronolith/">http://horde.org/kronolith/</a><br></pre>
                          <blockquote type="cite">
                            <pre wrap="">Frequently Asked Questions: <a class="moz-txt-link-freetext" href="http://horde.org/faq/">http://horde.org/faq/</a><br>To unsubscribe, mail:<br></pre>
                            </blockquote>
                            <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:kronolith-unsubscribe@lists.horde.org">kronolith-unsubscribe@lists.horde.org</a><br></pre>
                            <blockquote type="cite">
                              <pre wrap=""><br></pre>
                              </blockquote>
                              <pre wrap=""><br>-------------------------------------------------<br>This mail sent through IMP: <a class="moz-txt-link-abbreviated" href="http://www.datasolv.net">www.datasolv.net</a><br><br>-- <br>Kronolith mailing list: <a class="moz-txt-link-freetext" href="http://horde.org/kronolith/">http://horde.org/kronolith/</a><br>Frequently Asked Questions: <a class="moz-txt-link-freetext" href="http://horde.org/faq/">http://horde.org/faq/</a><br>To unsubscribe, mail:<br><a class="moz-txt-link-abbreviated" href="mailto:kronolith-unsubscribe@lists.horde.org">kronolith-unsubscribe@lists.horde.org</a><br><br></pre>
                              </blockquote>
                              <pre wrap=""><!----><br><br>______________________________________________________________________ <br>Web-hosting solutions for home and business! <a class="moz-txt-link-freetext" href="http://website.yahoo.ca">http://website.yahoo.ca</a><br><br></pre>
                              </blockquote>
                              <br>
                              </body>
                              </html>

--------------090606030402080201040606--

---------------------- multipart/mixed attachment--