[hermes] Re: hermes Digest, Vol 110, Issue 1

Brian Nunes jesus at frindar.com
Wed Mar 2 07:56:18 PST 2005


> Message: 2
> Date: Mon, 28 Feb 2005 22:46:45 +0100
> From: Jan Schneider <jan at horde.org>
> Subject: [hermes] Re: Undefined function
> To: hermes at lists.horde.org
> Message-ID: <20050228224645.1q4q9bxp4cso08oc at jan.dip.ammma.net>
> Content-Type: text/plain;	charset=ISO-8859-15;	format="flowed"
>
> Zitat von Brian Nunes <bnunes at frindar.com>:
> > Hi,
> >  I am using a Redhat9 machine with Horde3.0 and Apache2.0 with PHP4.3
> > installed. I have installed Hermes 0.1and am having problems with the
> > Time Entry portion. Everything except the Time Entry works. When I click
> > on it I get:
> > *Date
> > Fatal error: Cannot instantiate non-existent class: date in
> > /www/htdocs/horde/lib/Horde/Form.php on line 2703
>
> Then you have a different Date.php in your include path that gets
> loaded instead of the correct one from PEAR.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
> ------------------------------

Nevermind then Jan, it's working fine now. All I had to do was use the regular 
Date.php (unmodified by me) and change Form.php to say:
require_once('/full/path/to/Date.php'); 
instead of:
require_once 'Date.php';

THANKS!
-Brian


More information about the hermes mailing list