Summary | Add event, division by zero |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | sgrondin (at) csbf (dot) qc (dot) ca |
Created | 09/29/2005 (7226 days ago) |
Due | |
Updated | 10/04/2005 (7221 days ago) |
Assigned | 09/30/2005 (7225 days ago) |
Resolved | 10/04/2005 (7221 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
the setRecurInterval() function checks for it explicitly. But this
should be fixed now since nextRecurrence() immediately fails now if
recurInterval is 0.
Sorry, it's a warning:
PHP Warning: Division by zero in
/..../horde/kronolith/lib/Driver.php on line 1972
With a recur monthly same date. The line number change with the recurtype.
Thanks
State ⇒ Feedback
Priority ⇒ 2. Medium
notice please?
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Add event, division by zero
Queue ⇒ Kronolith
For the Daily and Weekly, there's a single php notice.
For the Monthly and Yearly, the php notice fills the php log file and
never return the result. The http process take all the ressource
until the partition that the php log file are in is filled.
Thanks.