Summary | Modifiying of tasks via webdav doesn't work |
Queue | Nag |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 07/23/2008 (6192 days ago) |
Due | 07/23/2008 (6192 days ago) |
Updated | 07/23/2008 (6192 days ago) |
Assigned | |
Resolved | 07/23/2008 (6192 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
tried to find the cause...
I really try to keep up to date my testing system, but since you all
are doing such a great job in developing Horde it is sometimes not easy.
I hope you can accept my apologizes ;-)
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Due ⇒ 07/23/2008
Summary ⇒ Modifiying of tasks via webdav doesn't work
Type ⇒ Bug
State ⇒ Unconfirmed
fatal error:
PHP Fatal error: Call to undefined method PEAR_Error::get() in
/usr/local/apache/htdocs/horde/nag/lib/Driver.php on line 347
Strange that it happens there, since I do not try to move the task to
anoter task list.
It seems that $tasklist is "null" (doesn't get passed by the api call)
so the driver considers the modification as a move to another
tasklist, which of course is not the desired action (see line 332).