Summary | Nag tasks cause fatal errors |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | horde (at) greatdomainname (dot) net |
Created | 04/28/2004 (7739 days ago) |
Due | |
Updated | 07/12/2011 (5108 days ago) |
Assigned | |
Resolved | 04/28/2004 (7739 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Allow disabling automatic expunge of deleted messages (submitted by
Aleksander Machniak <alec@alec.pl>, KolabSys
bug #135)http://cvs.horde.org/diff.php/framework/Kolab_Storage/Attic/package.xml?rt=horde&r1=1.2.2.30&r2=1.2.2.31&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Attic/Data.php?rt=horde&r1=1.5.2.5&r2=1.5.2.6&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Storage/lib/Horde/Kolab/Storage/Attic/Folder.php?rt=horde&r1=1.7.2.22&r2=1.7.2.23&ty=u
opened. Although it was only three weeks old at most, I've just
updated my entire installation via CVS, and the fault persists.
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Queue ⇒ Kronolith
stops the rendering of the page. This happens in all usual views, and
Block/summary.php.
It looks to me like it fails to retrieve a proper category color, then
also fails in the getLink function in Driver.php because the tasks
don't belong to a calendar.
Could the "Nag Tasks" section of Kronolith be made to turn the nag
tasks into a full dummy calendar? This could then allow the dummy to
appear in the prefs to have colors set against categories, and should
resolve the later errors.
The errors I have from month.php are in order:
Warning: Illegal offset type in
/var/www/html/horde/kronolith/month.php on line 129
Warning: Illegal offset type in
/var/www/html/horde/kronolith/lib/Driver.php on line 1692
Fatal error: Call to a member function on a non-object in
/var/www/html/horde/kronolith/lib/Driver.php on line 1694
The first line corresponds with the line that starts "$categoryColor =
isset" in each case, and the second and third errors are consistent
throughout.