[kronolith] Correct format from cvs download?

Thomas Booms Thomas.Booms@booms-edv.de
Mon, 20 May 2002 14:00:54 +0200


---------------------- multipart/alternative attachment
Sorry, but I have no idea why it's here ok. I opened the file before in
the editor from win2k pro and it's looking much different.

Thomas Booms schrieb:

> Hi Rene and all others,
>
> if I follow the download button I get a not correct formatted php file
> which you can see in the attachment. Is this a bug or am I doing
> something wrong?
>
> Thomas
>
> Rene Lund Jensen schrieb:
>
>> The upper right corner got a "download" link.
>>
>> http://cvs.horde.org/co.php/kronolith/viewevent.php?r=1.1&p=1
>>
>> René Jensen
>> lundeman@tbkol.dk
>>
>> ----- Original Message -----
>> From: "Thomas Booms" <Thomas.Booms@booms-edv.de>
>> To: "Rene Lund Jensen" <lundeman@tbkol.dk>
>> Cc: <kronolith@lists.horde.org>
>> Sent: Monday, May 20, 2002 12:57 AM
>> Subject: Re: [kronolith] Can't View An Event
>>
>> > How can i download this version of viewevent.php?
>> >
>> > I only get by clicking on the link cvs infos, but not the expected
>> file.
>> >
>> > Thomas
>> >
>> > Rene Lund Jensen schrieb:
>> >
>> > > Well it's in CVS (
>> http://cvs.horde.org/cvs.php/kronolith/viewevent.php ).
>> > >
>> > > Maybe you have some mixup in your versions.
>> > >
>> > > btw: that path that you have in this mail is not right to..
>> > > there's an extra "/" between horde and kronolith
>> > >
>> > > this may be a typo in your mail though..
>> > >
>> > > René Jensen
>> > > lundeman@tbkol.dk
>> > >
>> > > ----- Original Message -----
>> > > From: "Jim Hale" <jim-ml@halemail.dyndns.org>
>> > > To: "'Michael Cochrane'" <mike@graftonhall.co.nz>
>> > > Cc: <kronolith@lists.horde.org>
>> > > Sent: Sunday, May 19, 2002 7:00 PM
>> > > Subject: RE: [kronolith] Can't View An Event
>> > >
>> > > > Ah-Ha! :)
>> > > >
>> > > > Here's what's in the error_log that is setup for my horde:
>> > > >
>> > > > 'File does not exist:
>> > > > /var/www/html/webmail/horde//kronolith/viewevent.php'
>> > > >
>> > > > And it's right, there isn't ANY viewevent.php under ANY of the
>> Horde
>> > > > applications. :/ Went back and checked the tarballs and
>> there's not
>> one
>> > > > in there either. :/
>> > > >
>> > > > Jim Hale
>> > > > ---
>> > > > Jim & Kathy's Website Collection
>> > > > http://hale.dyndns.org
>> > > >
>> > > > > -----Original Message-----
>> > > > > From: Michael Cochrane [mailto:mike@graftonhall.co.nz]
>> > > > > Sent: Sunday, May 19, 2002 11:36 AM
>> > > > > To: Jim Hale
>> > > > > Cc: kronolith@lists.horde.org
>> > > > > Subject: Re: [kronolith] Can't View An Event
>> > > > >
>> > > > >
>> > > > > What is the URL that it can't find? check your web server
>> > > > > logs to find the file it's looking for.
>> > > > >
>> > > > > - Mike
>> > > > >
>> > > > >
>> > > > > Quoting Jim Hale <jim-ml@halemail.dyndns.org>:
>> > > > >
>> > > > > > Everything seems to be working fine except when I am in
>> > > > > Calendar view
>> > > > > > and click an event that I added - it keeps coming up 'Page
>>
>> > > > > Not Found'.
>> > > > > > I can add events, delete events and see them listed on the
>>
>> > > > > Calendar -
>> > > > > > just not view them.
>> > > > > >
>> > > > > > Any ideas would be greatly appreciated!
>> > > > > >
>> > > > > > Thanks!
>> > > > > >
>> > > > > > Jim Hale
>> > > > > > ---
>> > > > > > Jim & Kathy's Website Collection
>> > > > > > http://hale.dyndns.org
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > Kronolith mailing list
>> > > > > > Frequently Asked Questions: http://horde.org/faq/
>> > > > > > To unsubscribe, mail:
>> kronolith-unsubscribe@lists.horde.org
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > > > -------------------------------------------------
>> > > > > This mail sent through IMP: http://horde.org/imp/
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > > > --
>> > > > Kronolith mailing list
>> > > > Frequently Asked Questions: http://horde.org/faq/
>> > > > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
>> > > >
>> > > >
>> > >
>> > > --
>> > > Kronolith mailing list
>> > > Frequently Asked Questions: http://horde.org/faq/
>> > > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
>> >
>> >
>
>    ----------------------------------------------------------------
> <?php
> /*
>  * $Horde: gollem/index.php,v 1.11 2001/10/21 21:26:09 chuck Exp $
>  *
>  * Copyright 1999, 2000, 2001 Charles J. Hagenbuch <chuck@horde.org>
>  * Copyright 1999, 2000, 2001 Max Kalika <max@horde.org>
>  *
>  * See the enclosed file COPYING for license information (GPL).  If you
>  * did not receive this file, see http://www.fsf.org/copyleft/gpl.html.
>  */
>
> define('GOLLEM_BASE', dirname(__FILE__));
> $gollem_configured = (@is_readable(GOLLEM_BASE . '/config/conf.php') &&
>                       @is_readable(GOLLEM_BASE . '/config/prefs.php') &&
>                       @is_readable(GOLLEM_BASE . '/config/servers.php'));
>
> if ($gollem_configured) {
>     include_once GOLLEM_BASE . '/lib/base.php';
>
>     $uri = 'redirect.php';
>     if (!empty($_SERVER['QUERY_STRING'])) {
>         $uri .= '?' . $_SERVER['QUERY_STRING'];
>     }
>
>     header('Location: ' . Horde::applicationUrl($uri, true));
>     exit;
>
> /* Gollem isn't configured */
> } else {
>     include GOLLEM_BASE . '/templates/index/notconfigured.inc';
> }
>
> ?>
>
>    ----------------------------------------------------------------
>
> --
> Kronolith mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
>

---------------------- multipart/alternative attachment
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Sorry, but I have no idea why it's here ok. I opened the file before in
the editor from win2k pro and it's looking much different.
<p>Thomas Booms schrieb:
<blockquote TYPE=CITE>Hi Rene and all others,
<p>if I follow the download button I get a not correct formatted php file
which you can see in the attachment. Is this a bug or am I doing something
wrong?
<p>Thomas
<p>Rene Lund Jensen schrieb:
<blockquote TYPE=CITE>The upper right corner got a "download" link.
<p><a href="http://cvs.horde.org/co.php/kronolith/viewevent.php?r=1.1&p=1">http://cvs.horde.org/co.php/kronolith/viewevent.php?r=1.1&amp;p=1</a>
<p>Ren&eacute; Jensen
<br>lundeman@tbkol.dk
<p>----- Original Message -----
<br>From: "Thomas Booms" &lt;Thomas.Booms@booms-edv.de>
<br>To: "Rene Lund Jensen" &lt;lundeman@tbkol.dk>
<br>Cc: &lt;kronolith@lists.horde.org>
<br>Sent: Monday, May 20, 2002 12:57 AM
<br>Subject: Re: [kronolith] Can't View An Event
<p>> How can i download this version of viewevent.php?
<br>>
<br>> I only get by clicking on the link cvs infos, but not the expected
file.
<br>>
<br>> Thomas
<br>>
<br>> Rene Lund Jensen schrieb:
<br>>
<br>> > Well it's in CVS (
<br><a href="http://cvs.horde.org/cvs.php/kronolith/viewevent.php">http://cvs.horde.org/cvs.php/kronolith/viewevent.php</a>
).
<br>> >
<br>> > Maybe you have some mixup in your versions.
<br>> >
<br>> > btw: that path that you have in this mail is not right to..
<br>> > there's an extra "/" between horde and kronolith
<br>> >
<br>> > this may be a typo in your mail though..
<br>> >
<br>> > Ren&eacute; Jensen
<br>> > lundeman@tbkol.dk
<br>> >
<br>> > ----- Original Message -----
<br>> > From: "Jim Hale" &lt;jim-ml@halemail.dyndns.org>
<br>> > To: "'Michael Cochrane'" &lt;mike@graftonhall.co.nz>
<br>> > Cc: &lt;kronolith@lists.horde.org>
<br>> > Sent: Sunday, May 19, 2002 7:00 PM
<br>> > Subject: RE: [kronolith] Can't View An Event
<br>> >
<br>> > > Ah-Ha! :)
<br>> > >
<br>> > > Here's what's in the error_log that is setup for my horde:
<br>> > >
<br>> > > 'File does not exist:
<br>> > > /var/www/html/webmail/horde//kronolith/viewevent.php'
<br>> > >
<br>> > > And it's right, there isn't ANY viewevent.php under ANY of the
Horde
<br>> > > applications. :/ Went back and checked the tarballs and there's
not
<br>one
<br>> > > in there either. :/
<br>> > >
<br>> > > Jim Hale
<br>> > > ---
<br>> > > Jim &amp; Kathy's Website Collection
<br>> > > <a href="http://hale.dyndns.org">http://hale.dyndns.org</a>
<br>> > >
<br>> > > > -----Original Message-----
<br>> > > > From: Michael Cochrane [<a href="mailto:mike@graftonhall.co.nz">mailto:mike@graftonhall.co.nz</a>]
<br>> > > > Sent: Sunday, May 19, 2002 11:36 AM
<br>> > > > To: Jim Hale
<br>> > > > Cc: kronolith@lists.horde.org
<br>> > > > Subject: Re: [kronolith] Can't View An Event
<br>> > > >
<br>> > > >
<br>> > > > What is the URL that it can't find? check your web server
<br>> > > > logs to find the file it's looking for.
<br>> > > >
<br>> > > > - Mike
<br>> > > >
<br>> > > >
<br>> > > > Quoting Jim Hale &lt;jim-ml@halemail.dyndns.org>:
<br>> > > >
<br>> > > > > Everything seems to be working fine except when I am in
<br>> > > > Calendar view
<br>> > > > > and click an event that I added - it keeps coming up 'Page
<br>> > > > Not Found'.
<br>> > > > > I can add events, delete events and see them listed on the
<br>> > > > Calendar -
<br>> > > > > just not view them.
<br>> > > > >
<br>> > > > > Any ideas would be greatly appreciated!
<br>> > > > >
<br>> > > > > Thanks!
<br>> > > > >
<br>> > > > > Jim Hale
<br>> > > > > ---
<br>> > > > > Jim &amp; Kathy's Website Collection
<br>> > > > > <a href="http://hale.dyndns.org">http://hale.dyndns.org</a>
<br>> > > > >
<br>> > > > >
<br>> > > > > --
<br>> > > > > Kronolith mailing list
<br>> > > > > Frequently Asked Questions: <a href="http://horde.org/faq/">http://horde.org/faq/</a>
<br>> > > > > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
<br>> > > > >
<br>> > > >
<br>> > > >
<br>> > > >
<br>> > > >
<br>> > > > -------------------------------------------------
<br>> > > > This mail sent through IMP: <a href="http://horde.org/imp/">http://horde.org/imp/</a>
<br>> > > >
<br>> > > >
<br>> > >
<br>> > >
<br>> > > --
<br>> > > Kronolith mailing list
<br>> > > Frequently Asked Questions: <a href="http://horde.org/faq/">http://horde.org/faq/</a>
<br>> > > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
<br>> > >
<br>> > >
<br>> >
<br>> > --
<br>> > Kronolith mailing list
<br>> > Frequently Asked Questions: <a href="http://horde.org/faq/">http://horde.org/faq/</a>
<br>> > To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
<br>>
<br>></blockquote>

<pre>
<hr WIDTH="90%" SIZE=4>&lt;?php
/*
&nbsp;* $Horde: gollem/index.php,v 1.11 2001/10/21 21:26:09 chuck Exp $
&nbsp;*
&nbsp;* Copyright 1999, 2000, 2001 Charles J. Hagenbuch &lt;chuck@horde.org>
&nbsp;* Copyright 1999, 2000, 2001 Max Kalika &lt;max@horde.org>
&nbsp;*
&nbsp;* See the enclosed file COPYING for license information (GPL).&nbsp; If you
&nbsp;* did not receive this file, see <a href="http://www.fsf.org/copyleft/gpl.html">http://www.fsf.org/copyleft/gpl.html</a>.
&nbsp;*/

define('GOLLEM_BASE', dirname(__FILE__));
$gollem_configured = (@is_readable(GOLLEM_BASE . '/config/conf.php') &amp;&amp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @is_readable(GOLLEM_BASE . '/config/prefs.php') &amp;&amp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; @is_readable(GOLLEM_BASE . '/config/servers.php'));

if ($gollem_configured) {
&nbsp;&nbsp;&nbsp; include_once GOLLEM_BASE . '/lib/base.php';
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; $uri = 'redirect.php';
&nbsp;&nbsp;&nbsp; if (!empty($_SERVER['QUERY_STRING'])) {
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $uri .= '?' . $_SERVER['QUERY_STRING'];
&nbsp;&nbsp;&nbsp; }
&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; header('Location: ' . Horde::applicationUrl($uri, true));
&nbsp;&nbsp;&nbsp; exit;
&nbsp;&nbsp;&nbsp;&nbsp;
/* Gollem isn't configured */
} else {
&nbsp;&nbsp;&nbsp; include GOLLEM_BASE . '/templates/index/notconfigured.inc';
}

?></pre>

<pre>
<hr WIDTH="90%" SIZE=4>
--&nbsp;
Kronolith mailing list
Frequently Asked Questions: <a href="http://horde.org/faq/">http://horde.org/faq/
</a>To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org</pre>
</blockquote>
</html>

---------------------- multipart/alternative attachment--