[kronolith] Reminders not working with 2.0.4
John H. Bennett III
bennettj at thebennetthome.com
Sun Oct 30 05:45:16 PST 2005
- Previous message: [kronolith] replyto email address has hostname in it
- Next message: [kronolith] # Ralph,if (is_array ($tf_recipients)),{, 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); ,},else,{ , 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); ,}Re: Reminders not working with 2.0.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hello,
I've recently upgraded all of my horde modules to the current stable
releases and my calendar reminders stopped working. I keep getting this
error in my log when a reminder is trying to be sent.
Oct 30 05:45:01 test65-1 php: PHP Warning: implode(): Bad arguments. in
/home/httpd/html/horde/kronolith/lib/Scheduler/kronolith.php on line 210
Oct 30 05:45:01 test65-1 php: PHP Warning: implode(): Bad arguments. in
/home/httpd/html/horde/kronolith/lib/Scheduler/kronolith.php on line 211
I reverted back to the kronolith.php from 2.0.3 and that has fixed my issue
with reminders.
I am no php expert, so I don't know where to look to see if I have missed a
setting somewhere that pertains to the 2.0.4 version.
Please let me know if I need to supply more information.
Horde modules:
Horde 3.0.6
Imp 4.04
Turba 2.0.4
Kronolith 2.0.4
Gollem 1.0
Ingo 1.0.2
Mnemo 2.0.2
Nag 2.0.3
Thanks,
John H. Bennett III
bennettj at thebennetthome.com
- Previous message: [kronolith] replyto email address has hostname in it
- Next message: [kronolith] # Ralph,if (is_array ($tf_recipients)),{, 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); ,},else,{ , 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); ,}Re: Reminders not working with 2.0.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the kronolith
mailing list