Summary | Sending invitations leads to PHP errors |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 09/01/2012 (4688 days ago) |
Due | |
Updated | 10/18/2012 (4641 days ago) |
Assigned | 10/12/2012 (4647 days ago) |
Resolved | 10/12/2012 (4647 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 6812759ccc4511369a0890acaa733999aa604a4c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Oct 12 10:11:08 2012 -0400
Bug: 11399attendees are set in the view as a string value already.kronolith/templates/itip/notification.html.php | 2 +-
kronolith/templates/itip/notification.plain.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/6812759ccc4511369a0890acaa733999aa604a4c
State ⇒ Resolved
commit 6812759ccc4511369a0890acaa733999aa604a4c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Oct 12 10:11:08 2012 -0400
Bug: 11399attendees are set in the view as a string value already.kronolith/templates/itip/notification.html.php | 2 +-
kronolith/templates/itip/notification.plain.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/6812759ccc4511369a0890acaa733999aa604a4c
State ⇒ Assigned
Assigned to
Assigned to Michael Rubinsky
Summary ⇒ Sending invitations leads to PHP errors
get those funny php messages in the horde log.
have been fixed already a few days ago.
I also get a yellow popup about a missing "freebusy URL" for the contact.
Might be related or not.
State ⇒ Feedback
Version ⇒ Git master
have been fixed already a few days ago.
to remain:
2012-09-01T19:25:21+02:00 WARN: HORDE [kronolith] PHP ERROR: implode()
[<a href='function.implode'>function.implode</a>]: Invalid arguments
passed [pid 32704 on line 10 of
"/datastore/DEVEL/horde/kronolith/templates/itip/notification.plain.php"]
2012-09-01T19:25:21+02:00 WARN: HORDE [kronolith] PHP ERROR: Invalid
argument supplied for foreach() [pid 32704 on line 46 of
"/datastore/DEVEL/horde/kronolith/templates/itip/notification.html.php"]
2012-09-01T19:25:21+02:00 WARN: HORDE [kronolith] PHP ERROR: implode()
[<a href='function.implode'>function.implode</a>]: Invalid arguments
passed [pid 32704 on line 10 of
"/datastore/DEVEL/horde/kronolith/templates/itip/notification.plain.php"]
2012-09-01T19:25:21+02:00 WARN: HORDE [kronolith] PHP ERROR: Invalid
argument supplied for foreach() [pid 32704 on line 46 of
"/datastore/DEVEL/horde/kronolith/templates/itip/notification.html.php"]
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Invitation can not be send
Type ⇒ Bug
Priority ⇒ 1. Low
I create a new event and add an email address attendee.
Upon save, I get an error message that kronolith can't send the invitation.
This is in the horde log:
2012-09-01T18:42:39+02:00 WARN: HORDE [kronolith] PHP ERROR: implode()
[<a href='function.implode'>function.implode</a>]: Invalid arguments
passed [pid 32715 on line 10 of
"/datastore/DEVEL/horde/kronolith/templates/itip/notification.plain.php"]
2012-09-01T18:42:39+02:00 WARN: HORDE [kronolith] PHP ERROR: Invalid
argument supplied for foreach() [pid 32715 on line 46 of
"/datastore/DEVEL/horde/kronolith/templates/itip/notification.html.php"]
This is in the apache error log:
sh: /usr/lib/sendmail: No such file or directory
Sending messages from imp works fine of course.
Cheers,
Thomas