Summary | Modifying a single event of a daily recurring event leads to PHP errors |
Queue | Kronolith |
Queue Version | Git develop |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/01/2012 (4662 days ago) |
Due | |
Updated | 10/15/2012 (4618 days ago) |
Assigned | 09/01/2012 (4662 days ago) |
Resolved | 09/01/2012 (4662 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 1c053505e1d0b066ca9bf8739c892bb3ccd86fcd
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 1 13:17:28 2012 -0400
This parameter is not optional.
Use the original event's date even though we don't need this value at all.
This fixes
Bug: 11398kronolith/lib/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1c053505e1d0b066ca9bf8739c892bb3ccd86fcd
commit 1c053505e1d0b066ca9bf8739c892bb3ccd86fcd
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 1 13:17:28 2012 -0400
This parameter is not optional.
Use the original event's date even though we don't need this value at all.
This fixes
Bug: 11398kronolith/lib/Ajax/Application.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1c053505e1d0b066ca9bf8739c892bb3ccd86fcd
State ⇒ Duplicate
Bug: 11397State ⇒ Feedback
Assigned to Michael Rubinsky
Bug: 11397was fixed?Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Modifying a single event of a daily recurring event leads to PHP errors
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
as shown by
#11397, I created an event with a daily recurrence. I openone of the events in the middle of the recurrence and switch to "Edit
[x] the current event".
I rename the title and click on save. This is what I get in the logs:
2012-09-01T17:52:35+02:00 WARN: HORDE [kronolith] PHP ERROR: Missing
argument 1 for Horde_Date_Recurrence::__construct(), called in
/datastore/DEVEL/horde/kronolith/lib/Ajax/Application.php on line 283
and defined [pid 30941 on line 116 of
"/datastore/DEVEL/horde/framework/Date/lib/Horde/Date/Recurrence.php"]
2012-09-01T17:52:35+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined variable: start [pid 30941 on line 118 of
"/datastore/DEVEL/horde/framework/Date/lib/Horde/Date/Recurrence.php"]
Thomas