[kronolith] hour range preferences
Chuck Hagenbuch
chuck@horde.org
Mon, 28 Jan 2002 00:06:11 -0500
Quoting Rene Lund Jensen <lundeman@tbkol.dk>:
> I would prefer the end to work like the start.
> ie. show the full event even though my pref-endtime tell it something else.
Done.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 15:04:14 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 66877 invoked from network); 7 Feb 2002 22:03:36 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 22:03:36 -0000
Received: (qmail 8028 invoked by uid 100); 7 Feb 2002 22:04:15 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by datasolv.net with HTTP;
Thu, 7 Feb 2002 15:04:14 -0700
Message-ID: <1013119454.3c62f9def37ba@datasolv.net>
Date: Thu, 7 Feb 2002 15:04:14 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.11.250
Subject: Fwd: Call to a member function on a non-object in base.php
Hi,
I've been trying to get kronolith up and running for about a week now, but I
keep getting this error:
Call to a member function on a non-object
in /home/httpd/html/horde/kronolith/lib/base.php on line 72
I have gone over me config.php file and I cannot seem to find anything wrong.
Here is my sql section of my config.php
$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = 'hordemgr';
$conf['calendar']['params']['password'] = 'my real password';
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';
Horde, IMP, turba, and Nag work without a problem, and the sql config is the
same in all of them. I have tryied the older versions of horde and kronolith
and get the same error. This is the current cvs I'm using.
Any help would be appreciated.
Thanks,
Neil
-------------------------------------------------
This mail sent through IMP: www.datasolv.net
>From chuck@horde.org Date: Thu, 7 Feb 2002 17:23:51 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 70587 invoked from network); 7 Feb 2002 22:24:31 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 7 Feb 2002 22:24:31 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id B22E439E6; Thu, 7 Feb 2002 17:23:51 -0500 (EST)
Received: from 192.168.0.129 ( [192.168.0.129])
as user chuck@localhost by marina.horde.org with HTTP;
Thu, 7 Feb 2002 17:23:51 -0500
Message-ID: <1013120631.3c62fe7788b4e@marina.horde.org>
Date: Thu, 7 Feb 2002 17:23:51 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net>
In-Reply-To: <1013119454.3c62f9def37ba@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [kronolith] Fwd: Call to a member function on a non-object in base.php
Quoting Neil Haverlandt <neilh@datasolv.net>:
> I've been trying to get kronolith up and running for about a week now, but
> I keep getting this error:
>
> Call to a member function on a non-object
> in /home/httpd/html/horde/kronolith/lib/base.php on line 72
Go into kronolith/lib/Driver.php and remove the @ from the include_once; that's
the only thing that might cause the factory method to return false.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 15:35:16 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 71688 invoked from network); 7 Feb 2002 22:34:43 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 22:34:43 -0000
Received: (qmail 8160 invoked by uid 100); 7 Feb 2002 22:35:16 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by datasolv.net with HTTP;
Thu, 7 Feb 2002 15:35:16 -0700
Message-ID: <1013121316.3c63012454caa@datasolv.net>
Date: Thu, 7 Feb 2002 15:35:16 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net> <1013120631.3c62fe7788b4e@marina.horde.org>
In-Reply-To: <1013120631.3c62fe7788b4e@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.11.250
Subject: Re: [kronolith] Fwd: Call to a member function on a non-object in base.php
Thanks Chuck,
It seems my /home/httpd/html/horde/kronolith/lib/Drivers was
actually /home/httpd/html/horde/kronolith/lib/drivers. Once the @ was gone the
error was reported.
Now my calendar comes up, but none of the pitures on the calendar are being
loaded. Not a big deal, but it's kinda ugly.
Thanks again
--
Neil Haverlandt
.
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting Neil Haverlandt <neilh@datasolv.net>:
>
> > I've been trying to get kronolith up and running for about a week now,
> but
> > I keep getting this error:
> >
> > Call to a member function on a non-object
> > in /home/httpd/html/horde/kronolith/lib/base.php on line 72
>
> Go into kronolith/lib/Driver.php and remove the @ from the include_once;
> that's
> the only thing that might cause the factory method to return false.
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "What was and what may be, lie, like children whose faces we cannot see, in
> the
> arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
> --
> 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
>From jan@horde.org Date: Thu, 7 Feb 2002 23:25:51 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 73033 invoked from network); 7 Feb 2002 22:39:22 -0000
Received: from mailout06.sul.t-online.com (194.25.134.19)
by clark.horde.org with SMTP; 7 Feb 2002 22:39:22 -0000
Received: from fwd10.sul.t-online.de
by mailout06.sul.t-online.com with smtp
id 16Yx6v-0004T1-08; Thu, 07 Feb 2002 23:33:45 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.43.210]) by fmrl10.sul.t-online.com
with esmtp id 16Yx6t-0CEwz2C; Thu, 7 Feb 2002 23:33:43 +0100
Received: from localhost (localhost [127.0.0.1])
by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g17MPq909656
for <kronolith@lists.horde.org>; Thu, 7 Feb 2002 23:25:52 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@linux by linux.wg.de with HTTP;
Thu, 7 Feb 2002 23:25:51 +0100
Message-ID: <1013120751.3c62feefb47af@linux.wg.de>
Date: Thu, 7 Feb 2002 23:25:51 +0100
From: Jan Schneider <jan@horde.org>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net>
In-Reply-To: <1013119454.3c62f9def37ba@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [kronolith] Fwd: Call to a member function on a non-object in base.php
Zitat von Neil Haverlandt <neilh@datasolv.net>:
> Call to a member function on a non-object
> in /home/httpd/html/horde/kronolith/lib/base.php on line 72
Put a var_dump($GLOBALS['calendar']) before line 72 a look for any error
messages.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
>From chuck@horde.org Date: Thu, 7 Feb 2002 17:40:37 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 73851 invoked from network); 7 Feb 2002 22:41:16 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 7 Feb 2002 22:41:16 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 1769639FF; Thu, 7 Feb 2002 17:40:38 -0500 (EST)
Received: from 192.168.0.129 ( [192.168.0.129])
as user chuck@localhost by marina.horde.org with HTTP;
Thu, 7 Feb 2002 17:40:37 -0500
Message-ID: <1013121637.3c630265e18d3@marina.horde.org>
Date: Thu, 7 Feb 2002 17:40:37 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net> <1013120631.3c62fe7788b4e@marina.horde.org> <1013121316.3c63012454caa@datasolv.net>
In-Reply-To: <1013121316.3c63012454caa@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [kronolith] Fwd: Call to a member function on a non-object in base.php
Quoting Neil Haverlandt <neilh@datasolv.net>:
> Now my calendar comes up, but none of the pitures on the calendar are being
> loaded. Not a big deal, but it's kinda ugly.
What path is it looking for them in?
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 15:48:22 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 74367 invoked from network); 7 Feb 2002 22:47:44 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 22:47:44 -0000
Received: (qmail 8229 invoked by uid 100); 7 Feb 2002 22:48:22 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by datasolv.net with HTTP;
Thu, 7 Feb 2002 15:48:22 -0700
Message-ID: <1013122102.3c6304366852a@datasolv.net>
Date: Thu, 7 Feb 2002 15:48:22 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net> <1013120631.3c62fe7788b4e@marina.horde.org> <1013121316.3c63012454caa@datasolv.net> <1013121637.3c630265e18d3@marina.horde.org>
In-Reply-To: <1013121637.3c630265e18d3@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.11.250
Subject: Re: [kronolith] Fwd: Call to a member function on a non-object in base.php
To tell the truth I don't know. I'm trying to find out, but I'm not sure where
to look for the path.
Neil H
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting Neil Haverlandt <neilh@datasolv.net>:
>
> > Now my calendar comes up, but none of the pitures on the calendar are
> being
> > loaded. Not a big deal, but it's kinda ugly.
>
> What path is it looking for them in?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "What was and what may be, lie, like children whose faces we cannot see, in
> the
> arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
> --
> 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
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 15:50:54 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 74612 invoked from network); 7 Feb 2002 22:50:16 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 22:50:16 -0000
Received: (qmail 8248 invoked by uid 100); 7 Feb 2002 22:50:55 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by datasolv.net with HTTP;
Thu, 7 Feb 2002 15:50:54 -0700
Message-ID: <1013122254.3c6304cedff36@datasolv.net>
Date: Thu, 7 Feb 2002 15:50:54 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.11.250
Subject: undefined constant NOOP
Now I'm getting this error when I go into the calendar preferences.
Use of undefined constant NOOP - assumed 'NOOP'
in /home/httpd/html/horde/kronolith/prefs.php on line 45
Here is that section of code
$_prefs['language'] = array(
'value' => '',
'locked' => false,
'shared' => true,
'type' => 'select',
'desc' => _("Set the language that menu items, explanations, and help are
in."));
I tried to set the 'value' to en but it didn't help.
--
Neil Haverlandt
-------------------------------------------------
This mail sent through IMP: www.datasolv.net
>From chuck@horde.org Date: Thu, 7 Feb 2002 17:53:10 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 75046 invoked from network); 7 Feb 2002 22:53:47 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 7 Feb 2002 22:53:47 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 9AED739FF; Thu, 7 Feb 2002 17:53:10 -0500 (EST)
Received: from 192.168.0.129 ( [192.168.0.129])
as user chuck@localhost by marina.horde.org with HTTP;
Thu, 7 Feb 2002 17:53:10 -0500
Message-ID: <1013122390.3c63055670c03@marina.horde.org>
Date: Thu, 7 Feb 2002 17:53:10 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net> <1013120631.3c62fe7788b4e@marina.horde.org> <1013121316.3c63012454caa@datasolv.net> <1013121637.3c630265e18d3@marina.horde.org> <1013122102.3c6304366852a@datasolv.net>
In-Reply-To: <1013122102.3c6304366852a@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [kronolith] Fwd: Call to a member function on a non-object in base.php
Quoting Neil Haverlandt <neilh@datasolv.net>:
> To tell the truth I don't know. I'm trying to find out, but I'm not sure
> where to look for the path.
Your web server's access log? The HTML source?
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From chuck@horde.org Date: Thu, 7 Feb 2002 17:53:36 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 75391 invoked from network); 7 Feb 2002 22:54:13 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
by clark.horde.org with SMTP; 7 Feb 2002 22:54:13 -0000
Received: by marina.horde.org (Postfix, from userid 33)
id 007C63C91; Thu, 7 Feb 2002 17:53:36 -0500 (EST)
Received: from 192.168.0.129 ( [192.168.0.129])
as user chuck@localhost by marina.horde.org with HTTP;
Thu, 7 Feb 2002 17:53:36 -0500
Message-ID: <1013122416.3c630570cb0ee@marina.horde.org>
Date: Thu, 7 Feb 2002 17:53:36 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: kronolith@lists.horde.org
References: <1013122254.3c6304cedff36@datasolv.net>
In-Reply-To: <1013122254.3c6304cedff36@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [kronolith] undefined constant NOOP
Quoting Neil Haverlandt <neilh@datasolv.net>:
> Now I'm getting this error when I go into the calendar preferences.
>
> Use of undefined constant NOOP - assumed 'NOOP'
> in /home/httpd/html/horde/kronolith/prefs.php on line 45
You're using an incompatible Horde with Kronolith - you need CVS (HEAD) Horde
for CVS Kronolith.
-chuck
--
Charles Hagenbuch, <chuck@horde.org>
"What was and what may be, lie, like children whose faces we cannot see, in the
arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 15:58:45 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 76426 invoked from network); 7 Feb 2002 22:58:06 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 22:58:06 -0000
Received: (qmail 8313 invoked by uid 100); 7 Feb 2002 22:58:45 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by datasolv.net with HTTP;
Thu, 7 Feb 2002 15:58:45 -0700
Message-ID: <1013122725.3c6306a517c16@datasolv.net>
Date: Thu, 7 Feb 2002 15:58:45 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net> <1013120631.3c62fe7788b4e@marina.horde.org> <1013121316.3c63012454caa@datasolv.net> <1013121637.3c630265e18d3@marina.horde.org> <1013122102.3c6304366852a@datasolv.net> <1013122390.3c63055670c03@marina.horde.org>
In-Reply-To: <1013122390.3c63055670c03@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.11.250
Subject: No pictures on kronolith calendar
These are the errors in my httpd err log
File does not exist: /home/httpd/html/horde/kronolith/hspace=
File does not exist: /home/httpd/html/horde/kronolith/align=
I'm still looking through the source to see if I can find it.
--
Neil Haverlandt
CTO, DataSolv Services Inc.
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting Neil Haverlandt <neilh@datasolv.net>:
>
> > To tell the truth I don't know. I'm trying to find out, but I'm not sure
> > where to look for the path.
>
> Your web server's access log? The HTML source?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "What was and what may be, lie, like children whose faces we cannot see, in
> the
> arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
> --
> 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
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 15:59:36 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 76614 invoked from network); 7 Feb 2002 22:58:59 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 22:58:59 -0000
Received: (qmail 8334 invoked by uid 100); 7 Feb 2002 22:59:36 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by datasolv.net with HTTP;
Thu, 7 Feb 2002 15:59:36 -0700
Message-ID: <1013122776.3c6306d848957@datasolv.net>
Date: Thu, 7 Feb 2002 15:59:36 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
References: <1013122254.3c6304cedff36@datasolv.net> <1013122416.3c630570cb0ee@marina.horde.org>
In-Reply-To: <1013122416.3c630570cb0ee@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 192.168.11.250
Subject: Re: [kronolith] undefined constant NOOP
I'll update my horde Thanks.
--
Neil Haverlandt
Quoting Chuck Hagenbuch <chuck@horde.org>:
> Quoting Neil Haverlandt <neilh@datasolv.net>:
>
> > Now I'm getting this error when I go into the calendar preferences.
> >
> > Use of undefined constant NOOP - assumed 'NOOP'
> > in /home/httpd/html/horde/kronolith/prefs.php on line 45
>
> You're using an incompatible Horde with Kronolith - you need CVS (HEAD) Horde
>
> for CVS Kronolith.
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "What was and what may be, lie, like children whose faces we cannot see, in
> the
> arms of silence. All we ever have is here, now." - Ursula K. Le Guin
>
> --
> 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
>From jan@horde.org Date: Fri, 8 Feb 2002 00:18:57 +0100
Return-Path: <jan@horde.org>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 80506 invoked from network); 7 Feb 2002 23:23:49 -0000
Received: from mailout07.sul.t-online.com (194.25.134.83)
by clark.horde.org with SMTP; 7 Feb 2002 23:23:49 -0000
Received: from fwd04.sul.t-online.de
by mailout07.sul.t-online.com with smtp
id 16YxtL-0000KD-00; Fri, 08 Feb 2002 00:23:47 +0100
Received: from linux.wg.de (320034214675-0001@[217.225.43.210]) by fmrl04.sul.t-online.com
with esmtp id 16YxtH-0Xhae8C; Fri, 8 Feb 2002 00:23:43 +0100
Received: from localhost (localhost [127.0.0.1])
by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id g17NIw910851
for <kronolith@lists.horde.org>; Fri, 8 Feb 2002 00:18:58 +0100
Received: from 192.168.60.1 ( [192.168.60.1])
as user jan@linux by linux.wg.de with HTTP;
Fri, 8 Feb 2002 00:18:57 +0100
Message-ID: <1013123937.3c630b61ddfbc@linux.wg.de>
Date: Fri, 8 Feb 2002 00:18:57 +0100
From: Jan Schneider <jan@horde.org>
To: kronolith@lists.horde.org
References: <1013119454.3c62f9def37ba@datasolv.net> <1013120631.3c62fe7788b4e@marina.horde.org> <1013121316.3c63012454caa@datasolv.net> <1013121637.3c630265e18d3@marina.horde.org> <1013122102.3c6304366852a@datasolv.net> <1013122390.3c63055670c03@marina.horde.org> <1013122725.3c6306a517c16@datasolv.net>
In-Reply-To: <1013122725.3c6306a517c16@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [kronolith] No pictures on kronolith calendar
Your incompatible Kronolith/Horde versions did also break the image urls.
Zitat von Neil Haverlandt <neilh@datasolv.net>:
> These are the errors in my httpd err log
>
> File does not exist: /home/httpd/html/horde/kronolith/hspace=
>
> File does not exist: /home/httpd/html/horde/kronolith/align=
>
> I'm still looking through the source to see if I can find it.
>
> --
> Neil Haverlandt
> CTO, DataSolv Services Inc.
>
>
> Quoting Chuck Hagenbuch <chuck@horde.org>:
>
> > Quoting Neil Haverlandt <neilh@datasolv.net>:
> >
> > > To tell the truth I don't know. I'm trying to find out, but I'm not
> sure
> > > where to look for the path.
> >
> > Your web server's access log? The HTML source?
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 16:40:44 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 81235 invoked from network); 7 Feb 2002 23:40:06 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 23:40:06 -0000
Received: (qmail 8472 invoked by uid 100); 7 Feb 2002 23:40:44 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by www.datasolv.net with HTTP;
Thu, 7 Feb 2002 16:40:44 -0700
Message-ID: <1013125244.3c63107c8a80a@www.datasolv.net>
Date: Thu, 7 Feb 2002 16:40:44 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
References: <1013122254.3c6304cedff36@datasolv.net> <1013122416.3c630570cb0ee@marina.horde.org> <1013122776.3c6306d848957@datasolv.net>
In-Reply-To: <1013122776.3c6306d848957@datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 192.168.11.250
Subject: No messages
Hi,
I upgraded my horde and imp, and got it configured, but now when I view an e-
mail, no message comes up. It is now and unnamed attachment. How can I fix
this?
Neil H
-------------------------------------------------
This mail sent through IMP: www.datasolv.net
>From neilh@datasolv.net Date: Thu, 7 Feb 2002 16:54:35 -0700
Return-Path: <neilh@datasolv.net>
Mailing-List: contact kronolith-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list kronolith@lists.horde.org
Received: (qmail 82655 invoked from network); 7 Feb 2002 23:53:57 -0000
Received: from unknown (HELO datasolv.net) (@65.102.82.70)
by clark.horde.org with SMTP; 7 Feb 2002 23:53:57 -0000
Received: (qmail 8591 invoked by uid 100); 7 Feb 2002 23:54:35 -0000
Received: from 192.168.11.250 ( [192.168.11.250])
as user neilh@datasolv.net by www.datasolv.net with HTTP;
Thu, 7 Feb 2002 16:54:35 -0700
Message-ID: <1013126075.3c6313bbc2a76@www.datasolv.net>
Date: Thu, 7 Feb 2002 16:54:35 -0700
From: Neil Haverlandt <neilh@datasolv.net>
To: kronolith@lists.horde.org
References: <1013122254.3c6304cedff36@datasolv.net> <1013122416.3c630570cb0ee@marina.horde.org> <1013122776.3c6306d848957@datasolv.net> <1013125244.3c63107c8a80a@www.datasolv.net>
In-Reply-To: <1013125244.3c63107c8a80a@www.datasolv.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
X-Originating-IP: 192.168.11.250
Subject: Re: [kronolith] No messages
I got it fixed. Once again, it was the imp/lib/MIME/Viewer directory was miss
capitalized. Why are they coming down from the CVS wrong. They didn't used to
to that.
Thanks,
Neil
--
Neil Haverlandt
CTO, DataSolv Services Inc.
Quoting Neil Haverlandt <neilh@datasolv.net>:
> Hi,
> I upgraded my horde and imp, and got it configured, but now when I view an
> e-
> mail, no message comes up. It is now and unnamed attachment. How can I fix
>
> this?
>
> Neil H
>
>
> -------------------------------------------------
> 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
>
>
-------------------------------------------------
This mail sent through IMP: www.datasolv.net