[kronolith] Re: Calander Sharing
Craig White
craigwhite at azapple.com
Sun Feb 27 14:10:04 PST 2005
gosh, I hate top posting...
Assuming that ntimm calendar is shared then...
select * from kronolith_events where calendar_id =
"3e314d2dbcbcce37518cf34be0f6b0e9";
what do you get? are there any events? can any other user see this
calendar?
that is the only calendar that has a datatree name - i.e. appears to be
shared
I notice that your entries don't show any time value in datatree_updated
and don't show NULL values in datatree_order or datatree_data nor do
they show a 0 for datatree_serialized
Makes me think that you haven't installed the required pear modules
(just doing some wild ass guessing here - don't mean to have you chase
your tail)...
below are what I have installed + a pear upgrade-all but I think some of
these modules are required by modules you may not be using (Text_Wiki -
wicked) (Net_Sieve - ingo) (soap net_dime services_weather Portal Block)
Is pear serializer and xml_serializer installed?
If that is the case, perhaps you should be getting a pear error
though...
cd /var/www/html/horde/framework/
php install-packages.php
pear install Log
pear install Mail_Mime
pear upgrade DB
pear install Date
pear install Auth_SASL
pear install HTTP_Request
pear install File
pear install Text_Wiki
pear install Net_Sieve
pear install cache
pear install net_dime
pear install Net_URL
pear install soap
pear install xml_util
pear install xml_parser
pear install serializer
pear install xml_serializer
pear install services_weather
pear upgrade-all
I'm not sure what else I can recommend nor do I know why your emails
take days to reach the list when they reach me almost immediately...are
you subscribed to kronolith list? You probably need to fix that since I
am by no means an expert on this stuff and you are missing valuable
insights from others more knowledgable than I am.
Craig
olithazOn Sun, 2005-02-27 at 15:10 -0600, Neal Timm wrote:
> Here is my output.
>
> horde=# select * from horde_datatree where group_uid =
> 'horde.shares.kronolith';
>
> datatree_id | group_uid | user_uid | datatree_name
> | datatree_parents | datatree_order | datatree_data | datatree_serialized |
> datatree_updated
> -------------+------------------------+----------+--------------------------
> --------+------------------+----------------+---------------+---------------
> ------+------------------
> 106 | horde.shares.kronolith | ntimm |
> 3e314d2dbcbcce37518cf34be0f6b0e9 | | |
> | 0 |
> 95 | horde.shares.kronolith | chari | chari
> | | | | 0 |
> 94 | horde.shares.kronolith | ntimm | ntimm
> | | | | 0 |
> (3 rows)
>
> -----Original Message-----
> From: Craig White [mailto:craigwhite at azapple.com]
> Sent: Sunday, February 27, 2005 9:31 AM
> To: Neal Timm
> Cc: kronolith at lists.horde.org
> Subject: RE: [kronolith] Re: Calander Sharing
>
> On Sun, 2005-02-27 at 08:53 -0600, Neal Timm wrote:
> > I still can't figure out why this is not working below is my data tree
> > listing under horde_share_kronolith as you can see I have shared the
> > calander but yet it still doesn't display. Any Ideas
> >
> ---
> no comprehende...
>
> select * from horde_datatree where group_uid =
> 'horde.shares.kronolith';
> +-------------+------------------------+---------------
> +----------------------------------+------------------+----------------
> +---------------+---------------------+------------------+
> | datatree_id | group_uid | user_uid | datatree_name
> | datatree_parents | datatree_order | datatree_data |
> datatree_serialized | datatree_updated |
> +-------------+------------------------+---------------
> +----------------------------------+------------------+----------------
> +---------------+---------------------+------------------+
> | 4 | horde.shares.kronolith | Administrator | Administrator
> | | NULL | NULL | 0 |
> 20050202170339 |
> | 11 | horde.shares.kronolith | craig | craig
> | | NULL | NULL | 0 |
> 20050202180738 |
> | 196 | horde.shares.kronolith | test | test
> | | NULL | NULL | 0 |
> 20050203002917 |
> | 216 | horde.shares.kronolith | Administrator |
> 4e19d6c7326372d138f0835c683ffb75 | | NULL |
> NULL | 0 | 20050220120950 |
> | 217 | horde.shares.kronolith | Administrator |
> b20eb7513ff93ea3b3c5e23cf3441ec2 | | NULL |
> NULL | 0 | 20050220121016 |
> | 218 | horde.shares.kronolith | Administrator |
> afd93384daa71a33834e4049c79bffbd | | NULL |
> NULL | 0 | 20050220121031 |
> | 219 | horde.shares.kronolith | Administrator |
> 11a247ee8a6a4f2f3f6f56662d61f08a | | NULL |
> NULL | 0 | 20050220121133 |
> | 231 | horde.shares.kronolith | Administrator |
> 3cf6ebc80a47cce23e57e6d42e8b3721 | | NULL |
> NULL | 0 | 20050220124942 |
> | 518 | horde.shares.kronolith | holly | holly
> | | NULL | NULL | 0 |
> 20050221001630 |
> | 520 | horde.shares.kronolith | jennifer | jennifer
> | | NULL | NULL | 0 |
> 20050221001652 |
> | 525 | horde.shares.kronolith | test2 | test2
> | | NULL | NULL | 0 |
> 20050221223017 |
> +-------------+------------------------+---------------
> +----------------------------------+------------------+----------------
> +---------------+---------------------+------------------+
> 11 rows in set (0.00 sec)
>
> Craig
>
>
More information about the kronolith
mailing list