[horde] Error in communicating with ActiveSync server: Folder not found in cache.
Michael M Slusarz
slusarz at horde.org
Mon Mar 17 06:05:19 UTC 2014
Quoting Guenter Bartsch <guenter.bartsch at gmail.com>:
> found it - turned out to be a simple php memory limit problem:
>
> PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
> (tried to allocate 52195185 bytes) in
> /var/www/horde/pear/php/Horde/Stream.php on line 403
>
> a simple
>
> memory_limit = 512M
>
> in php.ini fixed it for us. outlook sync is fine now :)
Except for the fact that I can't think of a single instance why we
should be allocating 128MB of memory at a tie. (This would occur if
calling code was trying to grab 128 MB of data from a string ... but
none of our code should allow this). So something is still off here.
michael
___________________________________
Michael Slusarz [slusarz at horde.org]
More information about the horde
mailing list