[turba] Fwd: Re: Turba: H3 (2.1-RC2)

Michael Rubinsky mike at theupstairsroom.com
Wed Feb 15 12:03:23 PST 2006


Please post responses to the group...

----- Forwarded message from impuser at bitrealm.com -----
     Date: Wed, 15 Feb 2006 08:39:31 -0800
     From: Impuser <impuser at bitrealm.com>
  Subject: Re: [turba] Turba: H3 (2.1-RC2)
       To: Michael Rubinsky <mrubinsk at horde.org>

I now notice that turba IS working, but is taking 3 minutes to return
to any click within the whole turba module (preferences, options,
adding/removing, and even the Addresses branch on the left hand pane.
I'm using a mysql database to store preferences.  In sources.php, it
says localsql, which I assume means to use the database setting from
the Horde configuration, correct?

I have turba H3 (2.0.5) installed on this same machine, which works great.

Here's the debug.  I clicked the Addresses in the left-hand pane at
8:31:14 and waited.  3 minutes and 9 seconds later, it returned.  I
copied sources.php.dist to sources.php initially in the RC2 branch.  I
just tried my 2.0.5 sources.php for RC2 and get the same delayed
behaviour.  Here's the debug.

Feb 15 08:31:14 HORDE [debug] [turba] Hook _horde_hook_share_init in
application horde not called. [on line 1463 of
"/home/httpd/html/horde-new/lib/Horde.php"]
Feb 15 08:31:14 HORDE [debug] [turba] SQL Query by
DataTree_sql::getByAttributes(): SELECT c.datatree_id, c.datatree_name
FROM horde_datatree c LEFT JOIN horde_datatree_attributes a1 ON
a1.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
(a1.attribute_name = ? AND a1.attribute_key = ?)   GROUP BY
c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
c.datatree_order, c.datatree_name, c.datatree_id [on line 1107 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:31:14 HORDE [debug] [turba] SQL Query by
DataTree_sql::getByAttributes(): SELECT c.datatree_id, c.datatree_name
FROM horde_datatree c LEFT JOIN horde_datatree_attributes a1 ON
a1.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
((a1.attribute_name = ? AND a1.attribute_value = ?) OR
(a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
\& ?) OR (a1.attribute_name = ? AND a1.attribute_value \& ?) OR
(a1.attribute_name = ? AND a1.attribute_value \& ?))   GROUP BY
c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
c.datatree_order, c.datatree_name, c.datatree_id [on line 1107 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:31:14 HORDE [debug] [turba] SQL Query by
DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
horde_datatree WHERE datatree_id IN (29) AND group_uid =
'horde.shares.turba' ORDER BY datatree_id [on line 342 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:31:14 HORDE [debug] [turba] SQL Query by
DataTree_sql::_loadById(): SELECT datatree_id, datatree_name,
datatree_parents, datatree_order FROM horde_datatree WHERE datatree_id
IN (?, ?) AND group_uid = ? ORDER BY datatree_id [on line 372 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:31:14 HORDE [debug] [turba] SQL Query by
DataTree_sql::getAttributes(): SELECT datatree_id, attribute_name AS
name, attribute_key AS "key", attribute_value AS value FROM
horde_datatree_attributes WHERE datatree_id IN (29) [on line 989 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:34:23 HORDE [debug] [turba] SQL Query by
DataTree_sql::_buildParentIds(): SELECT datatree_id, datatree_parents
FROM horde_datatree WHERE datatree_name = ? AND group_uid = ? ORDER BY
datatree_id [on line 261 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:34:23 HORDE [debug] [turba] SQL Query by
DataTree_sql::_load(): SELECT c.datatree_id, c.datatree_name,
c.datatree_parents, c.datatree_order FROM horde_datatree c WHERE
c.group_uid = 'horde.perms'  [on line 130 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:34:23 HORDE [debug] [turba] SQL Query by
DataTree_sql::_buildParentIds(): SELECT datatree_id, datatree_parents
FROM horde_datatree WHERE datatree_name = ? AND group_uid = ? ORDER BY
datatree_id [on line 261 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Feb 15 08:34:23 HORDE [debug] [turba] SQL Query by
DataTree_sql::_load(): SELECT c.datatree_id, c.datatree_name,
c.datatree_parents, c.datatree_order FROM horde_datatree c WHERE
c.group_uid = 'horde.perms'  [on line 130 of
"/home/httpd/html/horde-new/lib/Horde/DataTree/sql.php"]
Quoting Michael Rubinsky <mike at theupstairsroom.com>:

> Anything in the error log?  Is your sources.php up to date and appropriate
> for your installation?
>
>
> --On Tuesday, February 14, 2006 9:58 AM -0800 Impuser
> <impuser at bitrealm.com> wrote:
>
>> Trying out the new RC stuff and got the ones I use working (horde, imp,
>> kronolith, and klutz) just fine; however,  I can't seem to get turba
>> working.  When I click on the Addresses on the left hand pane, my
>> browser just spins.  I can no longer use that browser window, and must
>> close it.  No process running on the server using any cpu cycles.  Logs
>> don't show access made to the turba php files.  The admin setup is
>> correct (application is ready), and matches my "production"
>> configuration.  I use mysql db access for applications.
>>
>> My test.php shows all is well.  Here's that information:
>>
>> Horde: 3.1-RC3 Imp: H3 (4.1-RC3) Klutz: 1.0-cvs Kronolith: H3 Turba: H3
>> (2.1-RC2)
>>
>> My production version of turba works great.  Anything I need to change?
>>
>> Production:
>>
>> Horde: 3.0.9 Imp: H3 (4.0.4) Klutz: 1.0-cvs Kronolith: H3 (2.0.6)
>> Turba: H3 (2.0.5)
>>
>> Running the "turba tests" on the RC installation, I get:
>>
>> Turba Version
>> Turba: H3 (2.1-RC2)
>>
>> PHP Version
>> View phpinfo() screen View loaded extensions PHP Version: 4.4.2 PHP
>> Major Version: 4.4 PHP Minor Version: 2 PHP Version Classification:
>> release You are running a supported version of PHP. PHP Module
>> Capabilities
>> MySQL Support: Yes PostgreSQL Support: No Microsoft SQL Support: No
>> Oracle Support: No Unified ODBC Support: No LDAP Support: Yes
>>
>> I'm not using LDAP.
>>
>> --
>> Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
>> Frequently Asked Questions: http://horde.org/faq/
>> To unsubscribe, mail: turba-unsubscribe at lists.horde.org
>>
>
>
>
>
> Thanks -
> Mike
> --
> Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe at lists.horde.org
>




----- End forwarded message -----


Thanks,
mike

--
The Horde Project (www.horde.org)
mrubinsk at horde.org
-------------- next part --------------
An embedded message was scrubbed...
From: Impuser <impuser at bitrealm.com>
Subject: Re: [turba] Turba: H3 (2.1-RC2)
Date: Wed, 15 Feb 2006 08:39:31 -0800
Size: 8726
Url: http://lists.horde.org/archives/turba/attachments/20060215/3de4e621/attachment.mht


More information about the turba mailing list