Summary | reminder.php does not work |
Queue | Kronolith |
Queue Version | 2.0.4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | bjoern.koester (at) mediata (dot) net |
Created | 10/18/2005 (7218 days ago) |
Due | |
Updated | 10/27/2005 (7209 days ago) |
Assigned | 10/18/2005 (7218 days ago) |
Resolved | 10/27/2005 (7209 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/kronolith/lib/Scheduler/kronolith.php?r1=1.25.6.6&r2=1.25.6.6.2.1&ty=u
State ⇒ Not A Bug
Either you have an older version, then upgrade first, or you messed
with the code yourself.
array(1) {
["de_DE"]=>
array(1) {
[1]=>
string(43) "Björn Köster <bjoern.koester@mediata.net>"
}
}
var_dump($recipients);
maybe this happens because the emailaddress is not user-configurable
and imp uses a custom hook funktion to retieve the emailaddresses from
ldap?
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ reminder.php does not work
Queue ⇒ Kronolith
New Attachment: kronolith.php.diff
State ⇒ Unconfirmed
cronjob does not work any more for me.
while my cron job ist running i get this error messages:
Warning: implode(): Bad arguments. in
/htdocs/horde/kronolith/lib/Scheduler/kronolith.php on line 210
Warning: implode(): Bad arguments. in
/htdocs/horde/kronolith/lib/Scheduler/kronolith.php on line 211
@localhost... User address required
I did some tests with the kronolith.php script. I guess the
$tf_recipients has only one entry and can not be imploded.
Please find attached my workaround.
Greetings Björn