[kronolith] CVS HEAD Category errors

Mike Cochrane mike@graftonhall.co.nz
Tue, 10 Sep 2002 19:26:23 +1200


The new shared calendars system in Kronolith uses the Shares:: Perms:: and
Groups:: classes which all store their data in the categories system.

Previously Kronolith didn't use any of these classes and so didn't need the
categories driver setup.

- Mike :-)

> ----- Message from eric.rostetter@physics.utexas.edu ---------
>     Date: Mon,  9 Sep 2002 22:08:31 -0500
>     From: Eric Rostetter <eric.rostetter@physics.utexas.edu>
> Reply-To: Eric Rostetter <eric.rostetter@physics.utexas.edu>
>  Subject: Re: [kronolith] CVS HEAD Category errors
>       To: kronolith@lists.horde.org
> 
> Quoting Eric Rostetter <eric.rostetter@physics.utexas.edu>:
> 
> Here's the rest of the story.  The errors from switching to sql backend
> was because my database table horde_categories was out of date and was
> missing
> the field category_parents.  I fixed it, for postgres, with:
> 
> alter table horde_categories add category_parents varchar(255) not null;
> 
> Now the calendar works, and no errors.
> 
> Still no idea why this used to work with the category backend driver set
> to none and now it won't.  But it works with sql now.
> 
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
> 
> "TAD (Technology Attachment Disorder) is an unshakable, impractical devotion
> to a brand, platform, product line, or programming language. It's relatively
> harmless among the rank and file, but when management is afflicted the damage
> can be measured in dollars. It's also contagious -- someone with sufficient
> political clout can infect an entire organization."
> 
> --"Enterprise Strategies" columnist Tom Yager.
> 
> --
> Kronolith mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org
> 
> ----- End message from eric.rostetter@physics.utexas.edu -----