6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9405] 100% cpu for apache when exporting vcard 3.0
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..__ . ,. .. . | |[__) \./ | ||\/| |__|| | |__|| |
Comment
> My solution would be > > share/php/Horde/Icalendar.php > function _exportvData > > OLD: > ------ > if (!$this->oldFormat) { > $attr_string = Horde_String::wordwrap($attr_string, 75, > $this->_newline . ' ', true, true); > } > > New: > ------ > if (!$this->oldFormat) { > if ($name === "PHOTO"){ > $attr_string = chunk_split ($attr_string, 75, $this->_newline); > }else{ > $attr_string = Horde_String::wordwrap($attr_string, 75, > $this->_newline . ' ', true, true); > } > } > > This works for me! > > Question: > Is there a limitation (filesize) of the images from Horde / SyncML? > > Images up to 200x200px are working. Images with more than 400x400px > won't be synced. >
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