Summary | error while adding attendees to an event in kronolith |
Queue | Kolab |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | fp (at) khamsa (dot) net |
Created | 04/15/2008 (6293 days ago) |
Due | |
Updated | 05/26/2008 (6252 days ago) |
Assigned | 05/01/2008 (6277 days ago) |
Resolved | 05/25/2008 (6253 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
without email addresses, but the fix for
bug 6146, which I reverted.Taken from Gunnar Wrobel
State ⇒ Assigned
along the way.
Does it get added without an error message?
Or is this considered an empty email address
and therefore not added?
is a feature we contracted Jan for last year. It's pretty common
when you organize an event that not every attendee
got an email address. Think of "Aunt Irma's birthday visit".
as the value is empty no attendee is added but there is also no need
for showing an error.
The problem I saw was adding an invalid mail address.
If you add a mail address like "a@b@c" you will get an error now
instead of a blank page and a fatal PHP error.
Does it get added without an error message?
Or is this considered an empty email address
and therefore not added?
does it show an error message to the user if you
add an attendee without an email address?
as the value is empty no attendee is added but there is also no need
for showing an error.
The problem I saw was adding an invalid mail address.
If you add a mail address like "a@b@c" you will get an error now
instead of a blank page and a fatal PHP error.
does it show an error message to the user if you
add an attendee without an email address?
Assigned to Jan Schneider
Assigned to Chuck Hagenbuch
State ⇒ Resolved
I don't think it's related to Kolab: This error message gets triggered
when you add an attendee without an email address, attendees with an
email address are fine.
$parser->parseAddressList(
$newAttendee, $default_domain, false, false)
returns PEAR_Error for that. Please requeue to kronolith.
Thomas
State ⇒ Assigned
Version ⇒
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ error while adding attendees to an event in kronolith
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
[15-Apr-2008 17:34:45] PHP Notice: Trying to get property of
non-object in /usr/share/php/Horde/DOM.php on line 307
[15-Apr-2008 17:40:43] PHP Fatal error: Cannot use object of type
PEAR_Error as array in /var/www/horde/kronolith/attendees.php on line 64
The calendar used use as a backend kolab.
The code is the CVS of 15-04-2008 .