Fwd: Re: [horde] weather and metar problem
Ilya
mail at krel.org
Mon Mar 8 17:32:00 PST 2004
Chuck! i feel so bad. I thought Cache was a horde package, and assumed its
installed. Nowhere in documentation its mentioned. So here is a patch:
--- test.php Mon Mar 8 20:26:47 2004
+++ test.php.1 Mon Mar 8 20:26:06 2004
@@ -159,6 +159,10 @@
'Services_Weather' => array(
'path' => 'Services/Weather.php',
'error' => 'Services_Weather is used by the weather applet/block on the portal page.'
+ ),
+ 'Cache' => array(
+ 'path' => 'Cache.php',
+ 'error' => 'Cache is required by Services_Weather.'
)
);
On Sun, Mar 07, 2004 at 09:44:39PM -0500, Chuck Hagenbuch wrote:
> Quoting Ilya <mail at krel.org>:
>
> >I traced the failure to this line:
> >Horde::logMessage("IN CACHE1 $cacheType $cacheOptions[cache_dir] ",
> >__FILE__,
> >__LINE__, PEAR_LOG_ERR);
> > @$cache = new Cache($cacheType, $cacheOptions);
> >Horde::logMessage("IN CACHE2", __FILE__, __LINE__, PEAR_LOG_ERR);
>
> pear install Cache
>
> -chuck
>
> --
> "Regard my poor demoralized mule!" - Juan Valdez
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list