6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#11919] Activesync broken
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.___. .. ..__ [__ [__ |_/ | |[__) [___[___| \|__||
Comment
> I can't Sync anymore with activesync. > > -- debug -- > 2012-12-25T21:14:41+00:00 DEBUG: Validating UTF-8 data coming from > 2012-12-25T21:14:41+00:00 DEBUG: Found invalid UTF-8 data, try > different encodings. > 2012-12-25T21:14:41+00:00 DEBUG: Could not encode UTF-8 data. > Removing non 7-bit characters. > ----- end debug -- > > -- error_log -- > PHP Fatal error: Allowed memory size of 536870912 bytes exhausted > (tried to allocate 522977311 bytes) in > /usr/share/php5/PEAR/Horde/ActiveSync/Imap/Adapter.php on line 1202 > -- End error_log -- > > I investigated Adapter.php and i saw that there was an endless loop > causing the Memory error. > In Line 1205 there was a typo. $chuck_size vs. $chunk_size > > After changing this, the code was working as expected. > > 1205c1206 > < $data = substr($data, $chunk_size); > --- >> $data = substr($data, $chuck_size); > > > > > > > > > >
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