[dev] [horde] Ansel error when trying to connect to new gallery

Bill Day williamson.day at gmail.com
Wed Nov 12 16:03:50 UTC 2008


Mike,

I am sorry I couldn't come up with something more helpful.  I checked
the server.  The Suhosin patch is applied to PHP, but the Suhosin
module is not currently loaded.  Unless you have another suggestion, I
do not see anything more that can usefully be done at this point, but
I will report back if I find a fix or the problem resolves itself.
Thanks for all your time and effort on this question.

Sincerely,

Billl

On Wed, Nov 12, 2008 at 9:55 AM, Michael Rubinsky <mrubinsk at horde.org> wrote:
> Well, the only thing useful in what you've provided me is that your server
> is segfaulting.  Nothing in the horde log looks out of place from what I can
> see. Segfaults are never the fault of PHP code, although the PHP code might
> be hitting against a bug in PHP or one of the loaded modules.  If I had to
> guess, I would suggest removing the Suhosin module from your server to see
> if that is the cause...it is notorious for causing hard-to-grok issues.
>
>
> Quoting Bill Day <williamson.day at gmail.com>:
>
>> Mike,
>>
>> I hope this information proves helpful.  I have tried a third setup
>> with the same results:  I downloaded the main apps from the ftp site
>> and added ansel from CVS.  I figured that way I would dodge any issues
>> relatd to the transition to git.  I did add the tables to the database
>> using the horde scripts, and doubled checked after you mentioned it
>> just to be sure.
>>
>> Let me know if there is anything else I can try.
>>
>> Thanks and good luck.
>>
>> Cheers,
>>
>> Bill
>>
>> 11:06 login
>>
>> Click on "photos" in sidebar
>>
>> Click on "browse"  Screen comes up but shows the following errors:
>>
>> Notice: Undefined index: count in
>> /usr/local/share/horde/ansel/lib/Block/cloud.php on line 45
>>
>> Warning: Cannot modify header information - headers already sent by
>> (output started at
>> /usr/local/share/horde/ansel/lib/Block/cloud.php:45) in
>> /usr/local/share/horde/ansel/templates/common-header.inc on line 3
>>
>> Warning: Cannot modify header information - headers already sent by
>> (output started at
>> /usr/local/share/horde/ansel/lib/Block/cloud.php:45) in
>> /usr/local/share/horde/ansel/templates/common-header.inc on line 4
>>
>> Click on "My galleries."  Screen shows up and gallery name appears.
>>
>> Click on gallery name and get following error:
>>
>> Fatal error: Call to a member function hasPermission() on a non-object
>> in /usr/local/share/horde/ansel/lib/Views/Abstract.php on line 56
>>
>>
>> Here are the logs:
>>
>> /var/log/horde/horde.log (set to debug)
>>
>>  0)) ) AND (s.share_parents = '' OR s.share_parents IS NULL) ORDER BY
>> s.attribute_name DESC [pid 12444 on line 94 of
>> "/usr/local/share/horde/lib/Horde/Share/sql_hierarchical.php"]
>> Nov 11 23:07:03 HORDE [debug] [ansel] using gallery style:
>> ansel_default in Ansel::getDefaultImage() [pid 12444 on line 1530 of
>> "/usr/local/share/horde/ansel/lib/Ansel.php"]
>> Nov 11 23:07:03 HORDE [debug] [ansel] SQL query by
>> Horde_Alarm_sql::_list(): SELECT alarm_id, alarm_uid, alarm_start,
>> alarm_end, alarm_methods, alarm_params, alarm_title, alarm_text,
>> alarm_snooze, alarm_internal FROM horde_alarms WHERE alarm_dismissed =
>> 0 AND ((alarm_snooze IS NULL AND alarm_start <= ?) OR alarm_snooze <=
>> ?) AND (alarm_end IS NULL OR alarm_end >= ?) AND (alarm_uid = ? OR
>> alarm_uid = ?) ORDER BY alarm_start, alarm_end [pid 12444 on line 148
>> of "/usr/local/share/horde/lib/Horde/Alarm/sql.php"]
>> Nov 11 23:07:03 HORDE [debug] [ansel] Max memory usage: 9699328 bytes
>> [pid 12444 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:07:36 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 8517 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:07:36 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 8517 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:07:36 HORDE [debug] [ansel] Hook _horde_hook_share_init in
>> application horde not called. [pid 8517 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:07:36 HORDE [debug] [ansel] 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, array (
>>  0 => 'horde.groups',
>>  1 => 'user',
>>  2 => 'billday',
>> ) [pid 8517 on line 1249 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:07:36 HORDE [debug] [ansel] Query By
>> Horde_Share_sql_hierarchical: SELECT DISTINCT s.*  FROM ansel_shares s
>>  LEFT JOIN ansel_shares_users AS u ON u.share_id = s.share_id WHERE (
>> (s.share_owner = 'billday' OR (s.perm_creator & 8) != 0 OR
>> (s.perm_default & 8) != 0 OR ( u.user_uid = 'billday' AND (u.perm & 8)
>> != 0)) AND s.share_owner = 'billday') AND (s.share_parents = '' OR
>> s.share_parents IS NULL) ORDER BY s.attribute_last_modified DESC [pid
>> 8517 on line 94 of
>> "/usr/local/share/horde/lib/Horde/Share/sql_hierarchical.php"]
>> Nov 11 23:07:36 HORDE [debug] [ansel] using gallery style:
>> ansel_default in Ansel::getDefaultImage() [pid 8517 on line 1530 of
>> "/usr/local/share/horde/ansel/lib/Ansel.php"]
>> Nov 11 23:07:36 HORDE [debug] [ansel] SQL query by
>> Horde_Alarm_sql::_list(): SELECT alarm_id, alarm_uid, alarm_start,
>> alarm_end, alarm_methods, alarm_params, alarm_title, alarm_text,
>> alarm_snooze, alarm_internal FROM horde_alarms WHERE alarm_dismissed =
>> 0 AND ((alarm_snooze IS NULL AND alarm_start <= ?) OR alarm_snooze <=
>> ?) AND (alarm_end IS NULL OR alarm_end >= ?) AND (alarm_uid = ? OR
>> alarm_uid = ?) ORDER BY alarm_start, alarm_end [pid 8517 on line 148
>> of "/usr/local/share/horde/lib/Horde/Alarm/sql.php"]
>> Nov 11 23:07:36 HORDE [debug] [ansel] Max memory usage: 9699328 bytes
>> [pid 8517 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:09:54 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 13232 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:09:54 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 13232 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:09:54 HORDE [debug] [ansel] Hook _horde_hook_share_init in
>> application horde not called. [pid 13232 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:09:54 HORDE [debug] [ansel] 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, array (
>>  0 => 'horde.groups',
>>  1 => 'user',
>>  2 => 'billday',
>> ) [pid 13232 on line 1249 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:09:54 HORDE [debug] [ansel] Query By
>> Horde_Share_sql_hierarchical: SELECT DISTINCT s.*  FROM ansel_shares s
>>  LEFT JOIN ansel_shares_users AS u ON u.share_id = s.share_id WHERE (
>> (s.share_owner = 'billday' OR (s.perm_creator & 2) != 0 OR
>> (s.perm_default & 2) != 0 OR ( u.user_uid = 'billday' AND (u.perm & 2)
>> != 0))  AND share_owner = 'billday') AND (s.share_parents = '' OR
>> s.share_parents IS NULL) ORDER BY s.attribute_name DESC [pid 13232 on
>> line 94 of "/usr/local/share/horde/lib/Horde/Share/sql_hierarchical.php"]
>> Nov 11 23:09:54 HORDE [debug] [ansel] using gallery style:
>> ansel_default in Ansel::getDefaultImage() [pid 13232 on line 1530 of
>> "/usr/local/share/horde/ansel/lib/Ansel.php"]
>> Nov 11 23:09:54 HORDE [debug] [ansel] SQL query by
>> Horde_Alarm_sql::_list(): SELECT alarm_id, alarm_uid, alarm_start,
>> alarm_end, alarm_methods, alarm_params, alarm_title, alarm_text,
>> alarm_snooze, alarm_internal FROM horde_alarms WHERE alarm_dismissed =
>> 0 AND ((alarm_snooze IS NULL AND alarm_start <= ?) OR alarm_snooze <=
>> ?) AND (alarm_end IS NULL OR alarm_end >= ?) AND (alarm_uid = ? OR
>> alarm_uid = ?) ORDER BY alarm_start, alarm_end [pid 13232 on line 148
>> of "/usr/local/share/horde/lib/Horde/Alarm/sql.php"]
>> Nov 11 23:09:54 HORDE [debug] [ansel] Max memory usage: 9699328 bytes
>> [pid 13232 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:11:10 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 8515 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:11:10 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 8515 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:11:10 HORDE [debug] [ansel] Hook _horde_hook_share_init in
>> application horde not called. [pid 8515 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:11:10 HORDE [debug] [ansel] Max memory usage: 8650752 bytes
>> [pid 8515 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:11:10 HORDE [debug] [ansel] Session data unchanged (id =
>> e1a151a8bfe02f76c625e3e5c60f3ee4) [pid 8515 on line 253 of
>> "/usr/local/share/horde/lib/Horde/SessionHandler.php"]
>> Nov 11 23:11:49 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 8513 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:11:49 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 8513 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:11:50 HORDE [debug] [turba] Hook _horde_hook_share_init in
>> application horde not called. [pid 8513 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:11:50 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, array (
>>  0 => 'horde.groups',
>>  1 => 'user',
>>  2 => 'billday',
>> ) [pid 8513 on line 1249 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 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 = ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'owner',
>>  2 => 'billday',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 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 = ? 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, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 4,
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_creator',
>>  2 => 4,
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_default',
>>  2 => 4,
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [turba] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (1) AND group_uid =
>> 'horde.shares.turba' ORDER BY datatree_id [pid 8513 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 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, array (
>>  0 => 1,
>>  1 => 0,
>>  2 => 'horde.shares.turba',
>> ) [pid 8513 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 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 (1) [pid 8513 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] Hook _horde_hook_share_init in
>> application horde not called. [pid 8513 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (4) AND group_uid =
>> 'horde.shares.nag' ORDER BY datatree_id [pid 8513 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] 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, array (
>>  0 => 4,
>>  1 => 0,
>>  2 => 'horde.shares.nag',
>> ) [pid 8513 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] 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 (4) [pid 8513 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [nag] SQL alarms list by billday: table
>> = nag_tasks; query = "SELECT * FROM nag_tasks WHERE task_owner = ? AND
>> task_alarm > 0 AND (task_due - (task_alarm * 60) <= ?) AND
>> task_completed = 0" [pid 8513 on line 514 of
>> "/usr/local/share/horde/nag/lib/Driver/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] Hook _horde_hook_share_init in
>> application horde not called. [pid 8513 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_exists(): SELECT datatree_id FROM horde_datatree WHERE
>> group_uid = ? AND datatree_name = ? AND datatree_parents = ?, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'billday',
>>  2 => '',
>> ) [pid 8513 on line 398 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (3) AND group_uid =
>> 'horde.shares.trean' ORDER BY datatree_id [pid 8513 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] 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, array (
>>  0 => 3,
>>  1 => 0,
>>  2 => 'horde.shares.trean',
>> ) [pid 8513 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [trean] 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 (3) [pid 8513 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:11:50 HORDE [debug] [horde] Max memory usage: 12320768 bytes
>> [pid 8513 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:16:50 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 12444 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:16:50 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 12444 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:16:51 HORDE [debug] [turba] Hook _horde_hook_share_init in
>> application horde not called. [pid 12444 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:16:51 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, array (
>>  0 => 'horde.groups',
>>  1 => 'user',
>>  2 => 'billday',
>> ) [pid 12444 on line 1249 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 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 = ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'owner',
>>  2 => 'billday',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 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 = ? 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, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 4,
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_creator',
>>  2 => 4,
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_default',
>>  2 => 4,
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [turba] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (1) AND group_uid =
>> 'horde.shares.turba' ORDER BY datatree_id [pid 12444 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 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, array (
>>  0 => 1,
>>  1 => 0,
>>  2 => 'horde.shares.turba',
>> ) [pid 12444 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 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 (1) [pid 12444 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] Hook _horde_hook_share_init in
>> application horde not called. [pid 12444 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (4) AND group_uid =
>> 'horde.shares.nag' ORDER BY datatree_id [pid 12444 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] 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, array (
>>  0 => 4,
>>  1 => 0,
>>  2 => 'horde.shares.nag',
>> ) [pid 12444 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] 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 (4) [pid 12444 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [nag] SQL alarms list by billday: table
>> = nag_tasks; query = "SELECT * FROM nag_tasks WHERE task_owner = ? AND
>> task_alarm > 0 AND (task_due - (task_alarm * 60) <= ?) AND
>> task_completed = 0" [pid 12444 on line 514 of
>> "/usr/local/share/horde/nag/lib/Driver/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] Hook _horde_hook_share_init in
>> application horde not called. [pid 12444 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_exists(): SELECT datatree_id FROM horde_datatree WHERE
>> group_uid = ? AND datatree_name = ? AND datatree_parents = ?, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'billday',
>>  2 => '',
>> ) [pid 12444 on line 398 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 12444 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (3) AND group_uid =
>> 'horde.shares.trean' ORDER BY datatree_id [pid 12444 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] 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, array (
>>  0 => 3,
>>  1 => 0,
>>  2 => 'horde.shares.trean',
>> ) [pid 12444 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [trean] 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 (3) [pid 12444 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:16:51 HORDE [debug] [horde] Max memory usage: 12320768 bytes
>> [pid 12444 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:21:52 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 13232 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:21:52 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 13232 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:21:53 HORDE [debug] [turba] Hook _horde_hook_share_init in
>> application horde not called. [pid 13232 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:21:53 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, array (
>>  0 => 'horde.groups',
>>  1 => 'user',
>>  2 => 'billday',
>> ) [pid 13232 on line 1249 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 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 = ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'owner',
>>  2 => 'billday',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 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 = ? 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, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 4,
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_creator',
>>  2 => 4,
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_default',
>>  2 => 4,
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [turba] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (1) AND group_uid =
>> 'horde.shares.turba' ORDER BY datatree_id [pid 13232 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 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, array (
>>  0 => 1,
>>  1 => 0,
>>  2 => 'horde.shares.turba',
>> ) [pid 13232 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 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 (1) [pid 13232 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] Hook _horde_hook_share_init in
>> application horde not called. [pid 13232 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (4) AND group_uid =
>> 'horde.shares.nag' ORDER BY datatree_id [pid 13232 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] 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, array (
>>  0 => 4,
>>  1 => 0,
>>  2 => 'horde.shares.nag',
>> ) [pid 13232 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] 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 (4) [pid 13232 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [nag] SQL alarms list by billday: table
>> = nag_tasks; query = "SELECT * FROM nag_tasks WHERE task_owner = ? AND
>> task_alarm > 0 AND (task_due - (task_alarm * 60) <= ?) AND
>> task_completed = 0" [pid 13232 on line 514 of
>> "/usr/local/share/horde/nag/lib/Driver/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] Hook _horde_hook_share_init in
>> application horde not called. [pid 13232 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_exists(): SELECT datatree_id FROM horde_datatree WHERE
>> group_uid = ? AND datatree_name = ? AND datatree_parents = ?, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'billday',
>>  2 => '',
>> ) [pid 13232 on line 398 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 13232 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (3) AND group_uid =
>> 'horde.shares.trean' ORDER BY datatree_id [pid 13232 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] 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, array (
>>  0 => 3,
>>  1 => 0,
>>  2 => 'horde.shares.trean',
>> ) [pid 13232 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [trean] 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 (3) [pid 13232 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:21:53 HORDE [debug] [horde] Max memory usage: 12320768 bytes
>> [pid 13232 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>> Nov 11 23:26:53 HORDE [debug] [horde] SQL Query by
>> SessionHandler_mysql::_read(): query = "SELECT session_data FROM
>> horde_sessionhandler WHERE session_id =
>> 'e1a151a8bfe02f76c625e3e5c60f3ee4' FOR UPDATE" [pid 8513 on line 139
>> of "/usr/local/share/horde/lib/Horde/SessionHandler/mysql.php"]
>> Nov 11 23:26:53 HORDE [debug] [horde] Connected to the following
>> memcache servers:localhost:11211 [pid 8513 on line 127 of
>> "/usr/local/share/horde/lib/Horde/Memcache.php"]
>> Nov 11 23:26:54 HORDE [debug] [turba] Hook _horde_hook_share_init in
>> application horde not called. [pid 8513 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:26:54 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, array (
>>  0 => 'horde.groups',
>>  1 => 'user',
>>  2 => 'billday',
>> ) [pid 8513 on line 1249 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 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 = ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'owner',
>>  2 => 'billday',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 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 = ? 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, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 4,
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_creator',
>>  2 => 4,
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 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 \& ?)   GROUP BY
>> c.datatree_id, c.datatree_name, c.datatree_order ORDER BY
>> c.datatree_order, c.datatree_name, c.datatree_id, array (
>>  0 => 'horde.shares.turba',
>>  1 => 'perm_default',
>>  2 => 4,
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [turba] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (1) AND group_uid =
>> 'horde.shares.turba' ORDER BY datatree_id [pid 8513 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 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, array (
>>  0 => 1,
>>  1 => 0,
>>  2 => 'horde.shares.turba',
>> ) [pid 8513 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 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 (1) [pid 8513 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] Hook _horde_hook_share_init in
>> application horde not called. [pid 8513 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.nag',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (4) AND group_uid =
>> 'horde.shares.nag' ORDER BY datatree_id [pid 8513 on line 340 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] 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, array (
>>  0 => 4,
>>  1 => 0,
>>  2 => 'horde.shares.nag',
>> ) [pid 8513 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] 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 (4) [pid 8513 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [nag] SQL alarms list by billday: table
>> = nag_tasks; query = "SELECT * FROM nag_tasks WHERE task_owner = ? AND
>> task_alarm > 0 AND (task_due - (task_alarm * 60) <= ?) AND
>> task_completed = 0" [pid 8513 on line 514 of
>> "/usr/local/share/horde/nag/lib/Driver/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] Hook _horde_hook_share_init in
>> application horde not called. [pid 8513 on line 1683 of
>> "/usr/local/share/horde/lib/Horde.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_exists(): SELECT datatree_id FROM horde_datatree WHERE
>> group_uid = ? AND datatree_name = ? AND datatree_parents = ?, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'billday',
>>  2 => '',
>> ) [pid 8513 on line 398 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value = ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'owner',
>>  2 => 'billday',
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_key = ? AND a1.attribute_value
>> \& ?)  AND a2.attribute_name = ?  GROUP BY c.datatree_id,
>> c.datatree_name, c.datatree_order, a2.attribute_value ORDER BY
>> a2.attribute_value ASC, array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_users',
>>  2 => 'billday',
>>  3 => 2,
>>  4 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDER BY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_creator',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] 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 LEFT JOIN horde_datatree_attributes a2
>> ON a2.datatree_id = c.datatree_id WHERE c.group_uid = ? AND
>> (a1.attribute_name = ? AND a1.attribute_value \& ?)  AND
>> a2.attribute_name = ?  GROUP BY c.datatree_id, c.datatree_name,
>> c.datatree_order, a2.attribute_value ORDERBY a2.attribute_value ASC,
>> array (
>>  0 => 'horde.shares.trean',
>>  1 => 'perm_default',
>>  2 => 2,
>>  3 => 'name',
>> ) [pid 8513 on line 1214 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] SQL Query by
>> DataTree_sql::_loadById(): SELECT datatree_id, datatree_parents FROM
>> horde_datatree WHERE datatree_id IN (3)AND group_uid =
>> 'horde.shares.trean' ORDER BY datatree_id [pid 8513 on line 340of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] 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, array(
>>  0 => 3,
>>  1 => 0,
>>  2 => 'horde.shares.trean',
>> ) [pid 8513 on line 373 of
>> "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [trean] 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 (3) [pid 8513 on line
>> 1085 of "/usr/local/share/horde/lib/Horde/DataTree/sql.php"]
>> Nov 11 23:26:54 HORDE [debug] [horde] Max memory usage: 12320768 bytes
>> [pid 8513 on line 339 of
>> "/usr/local/share/horde/lib/Horde/Registry.php"]
>>
>>
>>
>> /var/log/apache2/access.log
>>
>> billday at bonewagon:~$ tail -f /var/log/apache2/access.log
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/horde.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/prefs.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/problem.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/help_index.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/logout.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/edit.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:02:59 -0500] "GET
>> /horde/themes/graphics/delete.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 127.0.0.1 - - [11/Nov/2008:23:03:02 -0500] "GET
>> /search2/indexing/bin/cronIndexer.php HTTP/1.1" 200 - "-" "-"
>> 71.163.19.217 - - [11/Nov/2008:23:03:29 -0500] "GET
>> /horde/services/portal/index.php?httpclient=1&row=0&col=0 HTTP/1.1"
>> 200 126 "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:03:59 -0500] "GET
>> /horde/services/portal/index.php?httpclient=1&row=0&col=0 HTTP/1.1"
>> 200 126 "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:04:26 -0500] "GET
>> /horde/services/portal/sidebar.php?httpclient=1 HTTP/1.1" 200 2249
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:04:29 -0500] "GET
>> /horde/services/portal/index.php?httpclient=1&row=0&col=0 HTTP/1.1"
>> 200 126 "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:04:59 -0500] "GET
>> /horde/services/portal/index.php?httpclient=1&row=0&col=0 HTTP/1.1"
>> 200 126 "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 127.0.0.1 - - [11/Nov/2008:23:05:02 -0500] "GET
>> /search2/indexing/bin/cronIndexer.php HTTP/1.1" 200 - "-" "-"
>> 71.163.19.217 - - [11/Nov/2008:23:05:29 -0500] "GET
>> /horde/services/portal/index.php?httpclient=1&row=0&col=0 HTTP/1.1"
>> 200 126 "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:05:59 -0500] "GET
>> /horde/services/portal/index.php?httpclient=1&row=0&col=0 HTTP/1.1"
>> 200 126 "https://williamsonday.org/horde/login.php" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:11 -0500] "GET
>>
>> /horde/login.php?horde_logout_token=ca8dc6733ef938afb7b80a4ce948037b&app=horde&logout_reason=logout
>> HTTP/1.1" 200 2593 "https://williamsonday.org/horde/login.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:11 -0500] "GET /horde/js/horde.js
>> HTTP/1.1" 304 -
>>
>> "https://williamsonday.org/horde/login.php?horde_logout_token=ca8dc6733ef938afb7b80a4ce948037b&app=horde&logout_reason=logout"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:11 -0500] "GET
>> /horde/themes/graphics/alerts/message.png HTTP/1.1" 304 -
>>
>> "https://williamsonday.org/horde/login.php?horde_logout_token=ca8dc6733ef938afb7b80a4ce948037b&app=horde&logout_reason=logout"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:11 -0500] "GET
>> /horde/themes/graphics/horde-power1.png HTTP/1.1" 304 -
>>
>> "https://williamsonday.org/horde/login.php?horde_logout_token=ca8dc6733ef938afb7b80a4ce948037b&app=horde&logout_reason=logout"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:11 -0500] "GET
>> /horde/themes/graphics/locked.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/themes/screen.css" "Mozilla/5.0 (X11;
>> U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:36 -0500] "POST /horde/login.php
>> HTTP/1.1" 200 2590
>>
>> "https://williamsonday.org/horde/login.php?horde_logout_token=ca8dc6733ef938afb7b80a4ce948037b&app=horde&logout_reason=logout"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:43 -0500] "POST /horde/login.php
>> HTTP/1.1" 302 26 "https://williamsonday.org/horde/login.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:43 -0500] "GET /horde/index.php
>> HTTP/1.1" 200 342 "https://williamsonday.org/horde/login.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:44 -0500] "GET
>> /horde/login.php?frameset_loaded=1 HTTP/1.1" 200 1774
>> "https://williamsonday.org/horde/index.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:44 -0500] "GET
>> /horde/services/portal/sidebar.php HTTP/1.1" 200 3092
>> "https://williamsonday.org/horde/index.php" "Mozilla/5.0 (X11; U;
>> Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3
>> Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/services/javascript.php?file=tree.js&app=horde HTTP/1.1" 200
>> 4170 "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/js/sidebar.js HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/js/popup.js HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/hide_panel.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/nullonly.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/plusonly.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/newmail.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/blank.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/join.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/forwards/themes/graphics/forwards.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/vacation/themes/graphics/vacation.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/compose.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/search.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/folders/inbox.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/folders/drafts.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/folders/sent.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/folders/spam.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/folders/trash.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/plusbottom.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/imp/themes/graphics/folders/folder.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/joinbottom.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/organizing.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/plus.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/turba/themes/graphics/turba.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/line.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/turba/themes/graphics/menu/new.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/turba/themes/graphics/menu/browse.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/nag/themes/graphics/nag.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/nag/themes/graphics/add.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/tree/folder.png HTTP/1.1" 304 -
>> "https://williamsonday.org/horde/services/portal/sidebar.php"
>> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716
>> Firefox/3.0.3 Flock/2.0"
>> 71.163.19.217 - - [11/Nov/2008:23:06:48 -0500] "GET
>> /horde/themes/graphics/info.png HTTP/1.1" 304 -
>> "https
>
> ...
>
> [Message clipped]



-- 
Bill Day
williamson.day at gmail.com
PGP Fingerprint: EE5D DE55 9EF1 E012 7417
A5F1 1D7D 0847 7785 1146


More information about the dev mailing list