Summary | Daily recurrence leads to PHP errors |
Queue | Kronolith |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/01/2012 (4699 days ago) |
Due | |
Updated | 10/15/2012 (4655 days ago) |
Assigned | |
Resolved | 09/01/2012 (4699 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 4103b40483fd467cece019f623d5dda940e821e4
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 1 13:07:29 2012 -0400
Another place we need to check for empty 'old' value.
Bug: 11397kronolith/lib/Driver/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4103b40483fd467cece019f623d5dda940e821e4
commit 4103b40483fd467cece019f623d5dda940e821e4
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Sep 1 13:07:29 2012 -0400
Another place we need to check for empty 'old' value.
Bug: 11397kronolith/lib/Driver/Sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4103b40483fd467cece019f623d5dda940e821e4
State ⇒ Resolved
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Daily recurrence leads to PHP errors
Type ⇒ Bug
State ⇒ Unconfirmed
I open an existing event and add a daily recurrence. It should end
after ten occurrences.
This is what I get in the logs:
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_recurinterval [pid 30872 on line 576 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_recurinterval [pid 30872 on line 578 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_recurenddate [pid 30872 on line 576 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_recurenddate [pid 30872 on line 578 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_recurcount [pid 30872 on line 576 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_recurcount [pid 30872 on line 578 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
2012-09-01T17:49:59+02:00 NOTICE: HORDE [kronolith] PHP ERROR:
Undefined index: event_exceptions [pid 30872 on line 576 of
"/datastore/DEVEL/horde/kronolith/lib/Driver/Sql.php"]
Cheers,
Thomas