<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Import of standard iCalendar data interrupts</title> 
  <pubDate>Fri, 10 Apr 2026 16:31:14 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/12355</link> 
  <atom:link rel="self" type="application/rss+xml" title="Import of standard iCalendar data interrupts" href="https://bugs.horde.org/ticket/12355/rss" /> 
  <description>Import of standard iCalendar data interrupts</description> 
 
   
   
  <item> 
   <title>Reimporting of Horde vcalendar exports is interrupted if the</title> 
   <description>Reimporting of Horde vcalendar exports is interrupted if there are &quot;RELATED-TO:&quot;-Tags inside the .ics-file.
After importing this data, horde5 terminates with a white screen. All Tasks ahead the Tag are imported.</description> 
   <pubDate>Fri, 14 Jun 2013 07:36:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t78735</link> 
  </item> 
   
  <item> 
   <title>This happens even if the RELATED-TO: - Tag is empty.</title> 
   <description>This happens even if the RELATED-TO: - Tag is empty.</description> 
   <pubDate>Fri, 14 Jun 2013 07:52:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t78736</link> 
  </item> 
   
  <item> 
   <title>Please follow the hints at http://wiki.horde.org/FAQ/Admin/T</title> 
   <description>Please follow the hints at http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod to generate and find a useful error message.</description> 
   <pubDate>Fri, 14 Jun 2013 08:31:51 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t78737</link> 
  </item> 
   
  <item> 
   <title>Perhaps an useful error message? ...

apache log:
[Sun Ju</title> 
   <description>Perhaps an useful error message? ...

apache log:
[Sun Jun 16 21:31:31 2013] [error] [client &lt;IP&gt;] PHP Fatal error:  Call to a member function getByUID() on a non-object in /var/www/html/horde/nag/lib/Task.php on line 1314, referer: http://server.tld/horde/nag/data.php

horde.log:
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0060s)  
	SELECT DISTINCT s.* FROM nag_shares s LEFT JOIN nag_shares_users u ON
	  u.share_id = s.share_id LEFT JOIN nag_shares_groups g ON g.share_id =
	  s.share_id WHERE (s.share_owner = &#039;AUTH USER&#039; OR (CASE WHEN
	  CAST(s.perm_creator AS VARCHAR) ~ &#039;^-?[0-9]+$&#039; THEN
	  (CAST(s.perm_creator AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END) OR (CASE
	  WHEN CAST(s.perm_default AS VARCHAR) ~ &#039;^-?[0-9]+$&#039; THEN
	  (CAST(s.perm_default AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END) OR (
	  u.user_uid = &#039;AUTH USER&#039; AND (CASE WHEN CAST(u.perm AS VARCHAR) ~
	  &#039;^-?[0-9]+$&#039; THEN (CAST(u.perm AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END))
	  OR (g.group_uid IN
	  (&#039;LDAP AUTH. Server&#039;) AND (CASE WHEN CAST(g.perm AS VARCHAR) ~
	  &#039;^-?[0-9]+$&#039; THEN (CAST(g.perm AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END)))
	  ORDER BY s.attribute_name ASC [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0006s)  
	SELECT * FROM nag_shares WHERE share_name = &#039;3O6FTx_m4na4GbrxNcIe2g1&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0016s)  
	SELECT DISTINCT s.* FROM nag_shares s LEFT JOIN nag_shares_users u ON
	  u.share_id = s.share_id LEFT JOIN nag_shares_groups g ON g.share_id =
	  s.share_id WHERE (s.share_owner = &#039;AUTH USER&#039; OR (CASE WHEN
	  CAST(s.perm_creator AS VARCHAR) ~ &#039;^-?[0-9]+$&#039; THEN
	  (CAST(s.perm_creator AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END) OR (CASE
	  WHEN CAST(s.perm_default AS VARCHAR) ~ &#039;^-?[0-9]+$&#039; THEN
	  (CAST(s.perm_default AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END) OR (
	  u.user_uid = &#039;AUTH USER&#039; AND (CASE WHEN CAST(u.perm AS VARCHAR) ~
	  &#039;^-?[0-9]+$&#039; THEN (CAST(u.perm AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END))
	  OR (g.group_uid IN
	  (&#039;LDAP AUTH. Server&#039;) AND (CASE WHEN CAST(g.perm AS VARCHAR) ~
	  &#039;^-?[0-9]+$&#039; THEN (CAST(g.perm AS INTEGER) &amp; 2) &lt;&gt; 0 ELSE FALSE END)))
	  AND share_owner = &#039;AUTH USER&#039; ORDER BY s.attribute_name ASC [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] Horde_Prefs: Storing preference value (display_tasklists) [pid 11632 on line 885 of &quot;/var/www/html/horde/nag/lib/Nag.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0013s)  
	SELECT DISTINCT s.* FROM nag_shares s LEFT JOIN nag_shares_users u ON
	  u.share_id = s.share_id LEFT JOIN nag_shares_groups g ON g.share_id =
	  s.share_id WHERE (s.share_owner = &#039;AUTH USER&#039; OR (CASE WHEN
	  CAST(s.perm_creator AS VARCHAR) ~ &#039;^-?[0-9]+$&#039; THEN
	  (CAST(s.perm_creator AS INTEGER) &amp; 30) &lt;&gt; 0 ELSE FALSE END) OR (CASE
	  WHEN CAST(s.perm_default AS VARCHAR) ~ &#039;^-?[0-9]+$&#039; THEN
	  (CAST(s.perm_default AS INTEGER) &amp; 30) &lt;&gt; 0 ELSE FALSE END) OR (
	  u.user_uid = &#039;AUTH USER&#039; AND (CASE WHEN CAST(u.perm AS VARCHAR) ~
	  &#039;^-?[0-9]+$&#039; THEN (CAST(u.perm AS INTEGER) &amp; 30) &lt;&gt; 0 ELSE FALSE END))
	  OR (g.group_uid IN
	  (&#039;LDAP AUTH. Server&#039;) AND (CASE WHEN CAST(g.perm AS VARCHAR) ~
	  &#039;^-?[0-9]+$&#039; THEN (CAST(g.perm AS INTEGER) &amp; 30) &lt;&gt; 0 ELSE FALSE
	  END))) AND share_owner = &#039;AUTH USER&#039; ORDER BY s.attribute_name ASC [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0010s)  
	SELECT * FROM nag_tasks WHERE task_owner = &#039;3O6FTx_m4na4GbrxNcIe2g1&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0009s)  
	SELECT type_id, type_name FROM &quot;rampage_types&quot; WHERE type_name IN
	  (&#039;task&#039;) [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0009s)  
	SELECT object_id, object_name FROM &quot;rampage_objects&quot; WHERE object_name
	  IN
	  (&#039;20130614090442.tpBzTAsY8l_1kLooJLn9EA1@horde5.server.tld&#039;)
	  AND type_id = 3 [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL PK and serial sequence (0,0044s)  
	 SELECT attr.attname, seq.relname FROM pg_class seq, pg_attribute
	  attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE
	  seq.oid = dep.objid AND seq.relkind = &#039;S&#039; AND attr.attrelid =
	  dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid =
	  cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = &#039;p&#039;
	  AND dep.refobjid = &#039;nag_tasks&#039;::regclass [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL PK and custom sequence (0,0022s)  
	 SELECT attr.attname, CASE WHEN split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2) ~ &#039;.&#039;
	  THEN substr(split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2),
	  strpos(split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2), &#039;.&#039;)+1) ELSE
	  split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2) END AS relname FROM pg_class t JOIN
	  pg_attribute attr ON (t.oid = attrelid) JOIN pg_attrdef def ON
	  (adrelid = attrelid AND adnum = attnum) JOIN pg_constraint cons ON
	  (conrelid = adrelid AND adnum = conkey[1]) WHERE t.oid =
	  &#039;nag_tasks&#039;::regclass AND cons.contype = &#039;p&#039; AND def.adsrc ~*
	  &#039;nextval&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL PK and serial sequence (0,0023s)  
	 SELECT attr.attname, seq.relname FROM pg_class seq, pg_attribute
	  attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE
	  seq.oid = dep.objid AND seq.relkind = &#039;S&#039; AND attr.attrelid =
	  dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid =
	  cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = &#039;p&#039;
	  AND dep.refobjid = &#039;nag_tasks&#039;::regclass [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL PK and custom sequence (0,0015s)  
	 SELECT attr.attname, CASE WHEN split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2) ~ &#039;.&#039;
	  THEN substr(split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2),
	  strpos(split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2), &#039;.&#039;)+1) ELSE
	  split_part(def.adsrc, &#039;&#039;&#039;&#039;, 2) END AS relname FROM pg_class t JOIN
	  pg_attribute attr ON (t.oid = attrelid) JOIN pg_attrdef def ON
	  (adrelid = attrelid AND adnum = attnum) JOIN pg_constraint cons ON
	  (conrelid = adrelid AND adnum = conkey[1]) WHERE t.oid =
	  &#039;nag_tasks&#039;::regclass AND cons.contype = &#039;p&#039; AND def.adsrc ~*
	  &#039;nextval&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]


2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0038s)  
	INSERT INTO nag_tasks (task_owner, task_creator, task_assignee,
	  task_id, task_name, task_uid, task_desc, task_start, task_due,
	  task_priority, task_estimate, task_completed, task_alarm,
	  task_alarm_methods, task_private, task_parent, task_recurtype,
	  task_recurinterval, task_recurenddate, task_recurcount,
	  task_recurdays, task_exceptions, task_completions) VALUES
	  (&#039;3O6FTx_m4na4GbrxNcIe2g1&#039;, &#039;AUTH USER&#039;, &#039;&#039;, &#039;hYjuL6Swj7XDZagPP6_UWQ1&#039;,
	  &#039;Test1&#039;,
	  &#039;20130614090442.tpBzTAsY8l_1kLooJLn9EA1@horde5.server.tld&#039;,
	  &#039;&#039;, 0, 0, 3, &#039;0.00&#039;, 0, 0, &#039;N;&#039;, 0, &#039;&#039;, 0, NULL, NULL, NULL, NULL,
	  NULL, NULL) [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]


2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0004s)  
	SELECT object_id, object_name FROM &quot;rampage_objects&quot; WHERE object_name
	  IN
	  (&#039;20130614090442.tpBzTAsY8l_1kLooJLn9EA1@horde5.server.tld&#039;)
	  AND type_id = 3 [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL PK and serial sequence (0,0022s)  
	 SELECT attr.attname, seq.relname FROM pg_class seq, pg_attribute
	  attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE
	  seq.oid = dep.objid AND seq.relkind = &#039;S&#039; AND attr.attrelid =
	  dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid =
	  cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = &#039;p&#039;
	  AND dep.refobjid = &#039;rampage_objects&#039;::regclass [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0035s)  
	INSERT INTO &quot;rampage_objects&quot; (object_name, type_id) VALUES
	  (&#039;20130614090442.tpBzTAsY8l_1kLooJLn9EA1@horde5.server.tld&#039;,
	  3) RETURNING &quot;object_id&quot; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL Reset sequence (0,0031s)  
	SELECT setval(&#039;rampage_objects_object_id_seq&#039;, (SELECT
	  COALESCE(MAX(&quot;object_id&quot;) + (SELECT increment_by FROM
	  rampage_objects_object_id_seq), (SELECT min_value FROM
	  rampage_objects_object_id_seq)) FROM &quot;rampage_objects&quot;), false) [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0008s)  
	SELECT user_id, user_name FROM &quot;rampage_users&quot; WHERE user_name IN
	  (&#039;AUTH USER&#039;) [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0210s)  
	SELECT * FROM nag_tasks WHERE task_id = &#039;hYjuL6Swj7XDZagPP6_UWQ1&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0027s)  
	SELECT * FROM horde_histories WHERE object_uid =
	  &#039;nag:3O6FTx_m4na4GbrxNcIe2g1:20130614090442.tpBzTAsY8l_1kLooJLn9EA1@ho
	  rde5.server.tld&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0005s)  
	SELECT * FROM horde_histories WHERE object_uid =
	  &#039;nag:3O6FTx_m4na4GbrxNcIe2g1:20130614090442.tpBzTAsY8l_1kLooJLn9EA1@ho
	  rde5.server.tld&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL PK and serial sequence (0,0064s)  
	 SELECT attr.attname, seq.relname FROM pg_class seq, pg_attribute
	  attr, pg_depend dep, pg_namespace name, pg_constraint cons WHERE
	  seq.oid = dep.objid AND seq.relkind = &#039;S&#039; AND attr.attrelid =
	  dep.refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid =
	  cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = &#039;p&#039;
	  AND dep.refobjid = &#039;horde_histories&#039;::regclass [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0032s)  
	INSERT INTO horde_histories (object_uid, history_ts, history_who,
	  history_desc, history_action, history_extra) VALUES
	  (&#039;nag:3O6FTx_m4na4GbrxNcIe2g1:20130614090442.tpBzTAsY8l_1kLooJLn9EA1@h
	  orde5.server.tld&#039;, 1371411091, &#039;AUTH USER&#039;, NULL, &#039;add&#039;, NULL)
	  RETURNING &quot;history_id&quot; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL Reset sequence (0,0035s)  
	SELECT setval(&#039;horde_histories_history_id_seq&#039;, (SELECT
	  COALESCE(MAX(&quot;history_id&quot;) + (SELECT increment_by FROM
	  horde_histories_history_id_seq), (SELECT min_value FROM
	  horde_histories_history_id_seq)) FROM &quot;horde_histories&quot;), false) [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] Load config file (nls.php; app: horde) [pid 11632 on line 401 of &quot;/usr/share/pear/Horde.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] Load config file (prefs.php; app: horde) [pid 11632 on line 401 of &quot;/usr/share/pear/Horde.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0035s)  
	SELECT pref_name, pref_value FROM horde_prefs WHERE pref_uid = &#039;AUTH USER&#039;
	  AND pref_scope = &#039;horde&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] Load config file (prefs.php; app: nag) [pid 11632 on line 401 of &quot;/usr/share/pear/Horde.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] SQL  (0,0005s)  
	SELECT pref_name, pref_value FROM horde_prefs WHERE pref_uid = &#039;AUTH USER&#039;
	  AND pref_scope = &#039;nag&#039; [pid 11632 on line 558 of &quot;/usr/share/pear/Horde/Db/Adapter/Base.php&quot;]
2013-06-16T21:31:31+02:00 DEBUG: HORDE [nag] Max memory usage: 8912896 bytes [pid 11632 on line 559 of &quot;/usr/share/pear/Horde/Registry.php&quot;]

</description> 
   <pubDate>Sun, 16 Jun 2013 19:58:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t78763</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git (master):

commit 132d5b45970b</title> 
   <description>Changes have been made in Git (master):

commit 132d5b45970bec41e715fbd5aa100e644084db5e
Author: Michael J Rubinsky &lt;mrubinsk@horde.org&gt;
Date:   Fri Jun 21 14:55:23 2013 -0400

    Bug: 12355 Must set the storage paramter when importing tasks.
    
    Task object needs a storage object if we are importing a hierarchy of tasks.

 nag/data.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/132d5b45970bec41e715fbd5aa100e644084db5e</description> 
   <pubDate>Fri, 21 Jun 2013 18:56:25 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t78930</link> 
  </item> 
   
  <item> 
   <title>Nag 4.1.1</title> 
   <description>Nag 4.1.1</description> 
   <pubDate>Fri, 21 Jun 2013 18:58:17 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t78931</link> 
  </item> 
   
  <item> 
   <title>&gt; Nag 4.1.1

If there is an empty RELATED-TO: - Tag, the i</title> 
   <description>&gt; Nag 4.1.1

If there is an empty RELATED-TO: - Tag, the import also interrupts:


Tasks not found

1. Nag_Task-&gt;fromiCalendar() /var/www/html/horde/nag/data.php:125
2. Nag_Driver_Sql-&gt;getByUID() /var/www/html/horde/nag/lib/Task.php:1314
3. Nag_Driver_Sql-&gt;_getBy() /var/www/html/horde/nag/lib/Driver/Sql.php:63

Details
Die vollständige Fehlermeldung wurde in Hordes Logdatei geschrieben und für Administratoren weiter unten ausgegeben. Benutzer, die keine Administratoren sind, bekommen diese Details nicht zu sehen.

Horde_Exception_NotFound Object
(
    [details] =&gt; 
    [logged] =&gt; 1
    [_logLevel:protected] =&gt; 0
    [message:protected] =&gt; Tasks not found
    [string:Exception:private] =&gt; 
    [code:protected] =&gt; 0
    [file:protected] =&gt; /var/www/html/horde/nag/lib/Driver/Sql.php
    [line:protected] =&gt; 99
    [trace:Exception:private] =&gt; Array
        (
            [0] =&gt; Array
                (
                    [file] =&gt; /var/www/html/horde/nag/lib/Driver/Sql.php
                    [line] =&gt; 63
                    [function] =&gt; _getBy
                    [class] =&gt; Nag_Driver_Sql
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                            [0] =&gt; 
                            [1] =&gt; task_uid
                        )
                )

            [1] =&gt; Array
                (
                    [file] =&gt; /var/www/html/horde/nag/lib/Task.php
                    [line] =&gt; 1314
                    [function] =&gt; getByUID
                    [class] =&gt; Nag_Driver_Sql
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                            [0] =&gt; 
                        )
                )

            [2] =&gt; Array
                (
                    [file] =&gt; /var/www/html/horde/nag/data.php
                    [line] =&gt; 125
                    [function] =&gt; fromiCalendar
                    [class] =&gt; Nag_Task
                    [type] =&gt; -&gt;
                    [args] =&gt; Array
                        (
                            [0] =&gt; Horde_Icalendar_Vtodo Object
                                (
                                    [type] =&gt; vTodo
                                    [_container:protected] =&gt; Horde_Icalendar Object
                                        (
                                            [type] =&gt; vcalendar
                                            [_container:protected] =&gt; 
                                            [_attributes:protected] =&gt; Array
                                                (
                                                    [0] =&gt; Array
                                                        (
                                                            [name] =&gt; VERSION
                                                            [params] =&gt; Array
                                                                (
                                                                )

                                                            [value] =&gt; 2.0
                                                            [values] =&gt; Array
                                                                (
                                                                    [0] =&gt; 2.0
                                                                )

                                                        )

                                                    [1] =&gt; Array
                                                        (
                                                            [name] =&gt; PRODID
                                                            [params] =&gt; Array
                                                                (
                                                                )

                                                            [value] =&gt; -//The Horde Project//Nag H3 (2.3.7)//EN
                                                            [values] =&gt; Array
                                                                (
                                                                    [0] =&gt; -//The Horde Project//Nag H3 (2.3.7)//EN
                                                                )

                                                        )

                                                    [2] =&gt; Array
                                                        (
                                                            [name] =&gt; METHOD
                                                            [params] =&gt; Array
                                                                (
                                                                )
                                                            [value] =&gt; PUBLISH
                                                            [values] =&gt; Array
                                                                (
                                                                    [0] =&gt; PUBLISH
                                                                )
                                                        )
                                                )

                                            [_components:protected] =&gt; Array
                                                (
                                                    [0] =&gt; Horde_Icalendar_Vtodo Object
 *RECURSION*
                                                    [1] =&gt; Horde_Icalendar_Vtodo Object
                                                        (
                                                            [type] =&gt; vTodo
                                                            [_container:protected] =&gt; Horde_Icalendar Object
 *RECURSION*
                                                            [_attributes:protected] =&gt; Array
                                                                (
                                                                    [0] =&gt; Array
                                                                        (
                                                                            [name] =&gt; UID
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; 20091211144000.18655jsbgbz9l0og@webmail.ruhrverband.de
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; 20091211144000.18655jsbgbz9l0og@webmail.ruhrverband.de
                                                                                )
                                                                        )

                                                                    [1] =&gt; Array
                                                                        (
                                                                            [name] =&gt; ORGANIZER
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; fwo
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; fwo
                                                                                )

                                                                        )

                                                                    [2] =&gt; Array
                                                                        (
                                                                            [name] =&gt; SUMMARY
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; Ablage-/Dateisystem mit Versionen bzw. Revisionssystem im Hintergrund
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; Ablage-/Dateisystem mit Versionen bzw. Revisionssystem im Hintergrund
                                                                                )
                                                                        )

                                                                    [3] =&gt; Array
                                                                        (
                                                                            [name] =&gt; DESCRIPTION
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; Anm.: recycle in Samba?
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; Anm.: recycle in Samba?
                                                                                )

                                                                        )

                                                                    [4] =&gt; Array
                                                                        (
                                                                            [name] =&gt; PRIORITY
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; 5
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; 5
                                                                                )
                                                                        )

                                                                    [5] =&gt; Array
                                                                        (
                                                                            [name] =&gt; STATUS
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; NEEDS-ACTION
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; NEEDS-ACTION
                                                                                )

                                                                        )

                                                                    [6] =&gt; Array
                                                                        (
                                                                            [name] =&gt; CATEGORIES
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; Infrastruktur
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; Infrastruktur
                                                                                )

                                                                        )

                                                                    [7] =&gt; Array
                                                                        (
                                                                            [name] =&gt; CREATED
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; 1260539140
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; 1260539140
                                                                                )

                                                                        )

                                                                    [8] =&gt; Array
                                                                        (
                                                                            [name] =&gt; LAST-MODIFIED
                                                                            [params] =&gt; Array
                                                                                (
                                                                                )

                                                                            [value] =&gt; 1353941659
                                                                            [values] =&gt; Array
                                                                                (
                                                                                    [0] =&gt; 1353941659
                                                                                )

                                                                        )

                                                                )

                                                            [_components:protected] =&gt; Array
                                                                (
                                                                )

                                                            [_newline:protected] =&gt; 

                                                            [_version:protected] =&gt; 2.0
                                                            [_oldFormat:protected] =&gt; 
                                                        )

                                                )

                                            [_newline:protected] =&gt; 

                                            [_version:protected] =&gt; 2.0
                                            [_oldFormat:protected] =&gt; 
                                        )

                                    [_attributes:protected] =&gt; Array
                                        (
                                            [0] =&gt; Array
                                                (
                                                    [name] =&gt; UID
                                                    [params] =&gt; Array
                                                        (
                                                        )

                                                    [value] =&gt; 20100831153911.12872tku24g20q2n@webmail.ruhrverband.de
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; 20100831153911.12872tku24g20q2n@webmail.ruhrverband.de
                                                        )

                                                )

                                            [1] =&gt; Array
                                                (
                                                    [name] =&gt; ORGANIZER
                                                    [params] =&gt; Array
                                                        (
                                                        )

                                                    [value] =&gt; fwo
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; fwo
                                                        )

                                                )

                                            [2] =&gt; Array
                                                (
                                                    [name] =&gt; SUMMARY
                                                    [params] =&gt; Array
                                                        (
                                                        )

                                                    [value] =&gt; NIS Landschaft aufräumen
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; NIS Landschaft aufräumen
                                                        )

                                                )

                                            [3] =&gt; Array
                                                (
                                                    [name] =&gt; DESCRIPTION
                                                    [params] =&gt; Array
                                                        (
                                                        )

                                                    [value] =&gt; Die verschiedenen YP-Server scheinen nicht auf einer einheitlichen Grundlage zu arbeiten. ypservers sollte auf allen beteiligten Systemen gleich sein. Die Struktur der ypbind&#039;s soll einheitlich sein. 
Bitte die Festlegungen im Twiki dokumentieren
 
yp.conf auf u-srv, tg-srv korrigiert

auf alten SUSE-Servern überschreiben die Angaben in /etc/rc.config gfs. die in yp.conf! (backup, search, monitor)
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; Die verschiedenen YP-Server scheinen nicht auf einer einheitlichen Grundlage zu arbeiten. ypservers sollte auf allen beteiligten Systemen gleich sein. Die Struktur der ypbind&#039;s soll einheitlich sein. 
Bitte die Festlegungen im Twiki dokumentieren
 
yp.conf auf u-srv, tg-srv korrigiert

auf alten SUSE-Servern überschreiben die Angaben in /etc/rc.config gfs. die in yp.conf! (backup, search, monitor)


                                                        )

                                                )

                                            [4] =&gt; Array
                                                (
                                                    [name] =&gt; PRIORITY
                                                    [params] =&gt; Array
                                                        (
                                                        )
                                                    [value] =&gt; 1
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; 1
                                                        )
                                                )
                                            [5] =&gt; Array
                                                (
                                                    [name] =&gt; RELATED-TO
                                                    [params] =&gt; Array
                                                        (
                                                        )
                                                    [value] =&gt; 
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; 
                                                        )
                                                )
                                            [6] =&gt; Array
                                                (
                                                    [name] =&gt; STATUS
                                                    [params] =&gt; Array
                                                        (
                                                        )
                                                    [value] =&gt; COMPLETED
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; COMPLETED
                                                        )
                                                )
                                            [7] =&gt; Array
                                                (
                                                    [name] =&gt; COMPLETED
                                                    [params] =&gt; Array
                                                        (
                                                        )
                                                    [value] =&gt; 1284375441
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; 1284375441
                                                        )
                                                )
                                            [8] =&gt; Array
                                                (
                                                    [name] =&gt; CREATED
                                                    [params] =&gt; Array
                                                        (
                                                        )
                                                    [value] =&gt; 1283261951
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; 1283261951
                                                        )
                                                )
                                            [9] =&gt; Array
                                                (
                                                    [name] =&gt; LAST-MODIFIED
                                                    [params] =&gt; Array
                                                        (
                                                        )
                                                    [value] =&gt; 1284375441
                                                    [values] =&gt; Array
                                                        (
                                                            [0] =&gt; 1284375441
                                                        )
                                                )
                                        )
                                    [_components:protected] =&gt; Array
                                        (
                                        )
                                    [_newline:protected] =&gt; 

                                    [_version:protected] =&gt; 2.0
                                    [_oldFormat:protected] =&gt; 
                                )
                        )
                )
        )
    [previous:Exception:private] =&gt; 
)
</description> 
   <pubDate>Tue, 02 Jul 2013 06:20:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t79101</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Nag 4.1.1
&gt;
&gt; If there is an empty RELATED-TO: - Tag, t</title> 
   <description>&gt;&gt; Nag 4.1.1
&gt;
&gt; If there is an empty RELATED-TO: - Tag, the import also interrupts:

Also fixed in 4.1.1 already.</description> 
   <pubDate>Tue, 02 Jul 2013 10:19:18 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t79104</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt;&gt; Nag 4.1.1
&gt;&gt;
&gt;&gt; If there is an empty RELATED-TO: - Tag</title> 
   <description>&gt;&gt;&gt; Nag 4.1.1
&gt;&gt;
&gt;&gt; If there is an empty RELATED-TO: - Tag, the import also interrupts:
&gt;
&gt; Also fixed in 4.1.1 already.

But not only with Michaels Patch, right?</description> 
   <pubDate>Tue, 02 Jul 2013 11:39:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/12355#t79105</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
