Re: hermes Digest, Vol 110, Issue 1

Brian Nunes <[email protected]> Wed, 2 Mar 2005 09:56:18 -0600
Newsgroups gmane.comp.horde.hermes
Organization FMI
Message-ID <[email protected]>
> Message: 2
> Date: Mon, 28 Feb 2005 22:46:45 +0100
> From: Jan Schneider <[email protected]>
> Subject: [hermes] Re: Undefined function
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain;	charset=ISO-8859-15;	format="flowed"
>
> Zitat von Brian Nunes <[email protected]>:
> > 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
-- 
hermes mailing list - Join the hunt: http://horde.org/bounties/#hermes
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]