6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/2/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#2929] Reminders doesn't work because of call to implode function with string argument
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.\ /._..__ .__. | | >< | [__)| | |__|/ \_|_[__)|__\
Comment
> Reminders doesn't work for me. Found a call to implode where the > argument is a string (not an array) in the file > kronolith-h3-2.0.4/lib/Scheduler/kronolith.php. Seems like PHP 4.4.1 > doesn't like that. > > > > The fix for me was: > > > > 209,211c209,211 > > < Horde::logMessage(sprintf('Sending reminder for %s > to %s', $event->title, implode(', ', $tf_recipients)), __FILE__, > __LINE__, PEAR_LOG_DEBUG); > > < $sent = $mime->send(implode(', ', $tf_recipients), > $msg_headers, $mail_driver, $mail_params); > > < if (is_a($sent, 'PEAR_Error')) { > > --- > >> Horde::logMessage(sprintf('Sending >> reminder for %s to %s', $event->title, $tf_recipients), __FILE__, >> __LINE__, PEAR_LOG_DEBUG); > >> $sent = $mime->send($tf_recipients, $msg_headers, >> $mail_driver, $mail_params); > >> if (is_a($sent, 'PEAR_Error')) { > > > > And then everything works. > > > > Hope this helps! > > > > Best regards, > > > > Peter
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers