6.0.0-beta1
7/9/25

[#8234] Unable to export contact list using vCard format: Undefined property: Horde_iCalendar_vcard::$version
Summary Unable to export contact list using vCard format: Undefined property: Horde_iCalendar_vcard::$version
Queue Horde Framework Packages
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester amg1127 (at) cefetrs (dot) tche (dot) br
Created 04/30/2009 (5914 days ago)
Due
Updated 04/30/2009 (5914 days ago)
Assigned
Resolved 04/30/2009 (5914 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/30/2009 05:32:52 PM Jan Schneider Comment #4
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
Fixed for Horde 3.3.4, last minute.
04/30/2009 05:32:10 PM Jan Schneider Version ⇒ FRAMEWORK_3
Queue ⇒ Horde Framework Packages
 
04/30/2009 05:06:18 PM amg1127 (at) cefetrs (dot) tche (dot) br Comment #2 Reply to this comment
I think the bug can be fixed by replacing lines 57-59 of 
lib/Horde/iCalendar/vcard.php from:



         $requiredAttributes['VERSION'] = $this->version;

         $requiredAttributes['N'] = ';;;;;;';

         if ($this->version == '3.0') {



to:



         $requiredAttributes['VERSION'] = $this->_version;

         $requiredAttributes['N'] = ';;;;;;';

         if ($this->_version == '3.0') {
04/30/2009 05:02:51 PM amg1127 (at) cefetrs (dot) tche (dot) br Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Unable to export contact list using vCard format: Undefined property: Horde_iCalendar_vcard::$version
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
When I try to download my contact list in Turba, I get a lot of error 
messages about undefined variables in PHP:



Notice: Undefined property: Horde_iCalendar_vcard::$version in 
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 57



Notice: Undefined property: Horde_iCalendar_vcard::$version in 
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 59



Notice: Undefined property: Horde_iCalendar_vcard::$version in 
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 57



Notice: Undefined property: Horde_iCalendar_vcard::$version in 
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 59



(and more...)


Saved Queries